R Under development (unstable) (2025-08-23 r88688 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(ggspatial) > > test_check("ggspatial") Linking to GEOS 3.13.1, GDAL 3.11.0, PROJ 9.6.0; sf_use_s2() is TRUE [ FAIL 0 | WARN 1 | SKIP 23 | PASS 195 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-annotation-north-arrow.R:7:3', 'test-annotation-north-arrow.R:56:3', 'test-annotation-north-arrow.R:105:3', 'test-annotation-north-arrow.R:144:3', 'test-annotation-north-arrow.R:166:3', 'test-annotation-scale.R:48:3', 'test-annotation-scale.R:133:3', 'test-annotation-scale.R:164:3', 'test-df-spatial-sf.R:23:3', 'test-fixed-aspect.R:38:3', 'test-geom-polypath.R:7:3', 'test-geom-spatial-rect.R:38:3', 'test-geom-spatial-segment.R:29:3', 'test-geom-spatial-xline.R:16:3', 'test-geom-spatial-xline.R:99:3', 'test-geom-spatial.R:36:3', 'test-geom-spatial.R:75:3', 'test-geom-spatial.R:108:3', 'test-layer-spatial-bbox.R:33:3', 'test-layer-spatial-stars.R:124:3', 'test-layer-spatial-stars.R:146:3', 'test-layer-spatial-terra.R:124:3', 'test-layer-spatial.R:7:3' [ FAIL 0 | WARN 1 | SKIP 23 | PASS 195 ] > > proc.time() user system elapsed 32.14 3.84 35.95