R Under development (unstable) (2025-11-30 r89082 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(spatialsample) > > sf::sf_extSoftVersion() GEOS GDAL proj.4 GDAL_with_GEOS USE_PROJ_H "3.13.1" "3.11.4" "9.7.0" "true" "true" PROJ "9.7.0" > > test_check("spatialsample") Starting 2 test processes. > test-buffer.R: Spherical geometry (s2) switched off > test-compat-dplyr.R: > test-compat-dplyr.R: Attaching package: 'dplyr' > test-compat-dplyr.R: > test-compat-dplyr.R: The following objects are masked from 'package:stats': > test-compat-dplyr.R: > test-compat-dplyr.R: filter, lag > test-compat-dplyr.R: > test-compat-dplyr.R: The following objects are masked from 'package:base': > test-compat-dplyr.R: > test-compat-dplyr.R: intersect, setdiff, setequal, union > test-compat-dplyr.R: > test-buffer.R: Spherical geometry (s2) switched on > test-spatial_block_cv.R: Spherical geometry (s2) switched off > test-spatial_block_cv.R: Spherical geometry (s2) switched on > test-spatial_nndm_cv.R: Linking to GEOS 3.13.1, GDAL 3.11.4, PROJ 9.7.0; sf_use_s2() is TRUE > test-spatial_vfold_cv.R: Spherical geometry (s2) switched off > test-spatial_vfold_cv.R: Spherical geometry (s2) switched on [ FAIL 0 | WARN 0 | SKIP 27 | PASS 535 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (25): 'test-buffer.R:10:3', 'test-buffer.R:168:1', 'test-buffer.R:205:3', 'test-buffer.R:291:3', 'test-compat-vctrs.R:128:1', 'test-misc.R:1:1', 'test-misc.R:20:1', 'test-misc.R:31:1', 'test-spatial_clustering_cv.R:70:1', 'test-spatial_clustering_cv.R:110:1', 'test-spatial_clustering_cv.R:217:1', 'test-spatial_nndm_cv.R:13:1', 'test-spatial_nndm_cv.R:37:1', 'test-spatial_nndm_cv.R:76:1', 'test-spatial_nndm_cv.R:101:1', 'test-spatial_vfold_cv.R:10:1', 'test-spatial_vfold_cv.R:24:1', 'test-spatial_vfold_cv.R:84:1', 'test-spatial_vfold_cv.R:148:1', 'test-spatial_vfold_cv.R:225:1', 'test-spatial_block_cv.R:10:1', 'test-spatial_block_cv.R:68:1', 'test-spatial_block_cv.R:225:1', 'test-spatial_block_cv.R:261:1', 'test-spatial_block_cv.R:321:1' • On Windows (2): 'test-autoplot.R:8:3', 'test-autoplot.R:127:3' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 535 ] Deleting unused snapshots: 'autoplot/block-plots-with-grid.svg', 'autoplot/block-plots.svg', 'autoplot/block-split-plots.svg', 'autoplot/buffered-llo-set-plot.svg', 'autoplot/buffered-llo-split-plot.svg', 'autoplot/buffered-rsample-plot.svg', 'autoplot/buffered-rset-plot.svg', 'autoplot/buffered-vfold-plot.svg', 'autoplot/buffered-vfold-split.svg', 'autoplot/cluster-plots.svg', 'autoplot/cluster-split-plots.svg', 'autoplot/expand-bbox.svg', 'autoplot/repeated-block-cv.svg', 'autoplot/repeated-llo.svg', 'autoplot/repeated-vfold.svg', and 'autoplot/snake-flips-rows-the-right-way.svg' > > proc.time() user system elapsed 3.03 0.34 81.28