R Under development (unstable) (2024-10-01 r87205 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(spatialsample) > > sf::sf_extSoftVersion() GEOS GDAL proj.4 GDAL_with_GEOS USE_PROJ_H "3.12.1" "3.8.4" "9.3.1" "true" "true" PROJ "9.3.1" > > test_check("spatialsample") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 43 | PASS 445 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-buffer.R:10:3', 'test-buffer.R:179:3', 'test-autoplot.R:14:3', 'test-autoplot.R:126:3', 'test-compat-vctrs.R:133:5', 'test-spatial_block_cv.R:13:3', 'test-spatial_block_cv.R:237:3', 'test-spatial_clustering_cv.R:71:3', 'test-spatial_nndm_cv.R:15:3', 'test-spatial_vfold_cv.R:13:3', 'test-misc.R:2:3', 'test-misc.R:21:3', 'test-misc.R:32:3' • sf::sf_use_s2() is not TRUE (30): 'test-buffer.R:203:3', 'test-buffer.R:289:3', 'test-spatial_block_cv.R:21:3', 'test-spatial_block_cv.R:49:3', 'test-spatial_block_cv.R:69:3', 'test-spatial_block_cv.R:128:3', 'test-spatial_block_cv.R:176:3', 'test-spatial_block_cv.R:212:3', 'test-spatial_block_cv.R:262:3', 'test-spatial_block_cv.R:322:3', 'test-spatial_block_cv.R:332:3', 'test-spatial_clustering_cv.R:14:3', 'test-spatial_clustering_cv.R:42:3', 'test-spatial_clustering_cv.R:99:3', 'test-spatial_clustering_cv.R:111:3', 'test-spatial_clustering_cv.R:158:3', 'test-spatial_clustering_cv.R:189:3', 'test-spatial_clustering_cv.R:218:3', 'test-spatial_clustering_cv.R:231:3', 'test-spatial_nndm_cv.R:27:3', 'test-spatial_nndm_cv.R:38:3', 'test-spatial_nndm_cv.R:78:3', 'test-spatial_nndm_cv.R:102:3', 'test-spatial_nndm_cv.R:112:3', 'test-spatial_nndm_cv.R:120:3', 'test-spatial_vfold_cv.R:25:3', 'test-spatial_vfold_cv.R:85:3', 'test-spatial_vfold_cv.R:149:3', 'test-spatial_vfold_cv.R:226:3', 'test-spatial_vfold_cv.R:236:3' [ FAIL 0 | WARN 0 | SKIP 43 | PASS 445 ] 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-split-plots.svg • autoplot/repeated-block-cv.svg • autoplot/repeated-llo.svg • autoplot/repeated-vfold.svg • autoplot/snake-flips-rows-the-right-way.svg > > proc.time() user system elapsed 3.10 0.34 61.90