R Under development (unstable) (2024-01-23 r85822 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(bcmaps) Loading required package: sf Linking to GEOS 3.11.2, GDAL 3.7.2, PROJ 9.3.0; sf_use_s2() is TRUE Support for Spatial objects (`sp`) was removed in {bcmaps} v2.0.0. Please use `sf` objects with {bcmaps}. > > test_check("bcmaps") [ FAIL 0 | WARN 0 | SKIP 12 | PASS 39 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-cache-utils.R:4:3', 'test-cache-utils.R:22:3', 'test-cded.R:6:3', 'test-cded.R:31:3', 'test-cded.R:75:3', 'test-cded.R:91:3', 'test-cded.R:120:3', 'test-cded.R:139:3', 'test-data_functions.R:13:3', 'test-utils.R:24:3', 'test-utils.R:31:3', 'test-utils.R:37:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 39 ] > > proc.time() user system elapsed 12.04 0.79 12.84