R Under development (unstable) (2026-02-18 r89435 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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.13.1, GDAL 3.11.4, PROJ 9.7.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 42 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-cache-utils.R:4:3', 'test-cache-utils.R:23:3', 'test-cded.R:6:3', 'test-cded.R:32:3', 'test-cded.R:83:3', 'test-cded.R:100:3', 'test-cded.R:136:3', 'test-cded.R:162:3', 'test-data_functions.R:18:3', 'test-utils.R:24:3', 'test-utils.R:34:3', 'test-utils.R:43:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 42 ] > > proc.time() user system elapsed 9.37 0.60 10.00