R Under development (unstable) (2024-10-31 r87283 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(MazamaSpatialUtils) Loading required package: sf Linking to GEOS 3.12.1, GDAL 3.8.4, PROJ 9.3.1; sf_use_s2() is TRUE > > test_check("MazamaSpatialUtils") [ FAIL 0 | WARN 0 | SKIP 16 | PASS 119 ] ══ Skipped tests (16) ══════════════════════════════════════════════════════════ • On CRAN (16): 'test-MazamaSpatialUtils.R:35:3', 'test-MazamaSpatialUtils.R:103:3', 'test-MazamaSpatialUtils.R:127:3', 'test-MazamaSpatialUtils.R:147:3', 'test-getState.R:31:3', 'test-getState.R:76:3', 'test-getState.R:97:3', 'test-getStateCode.R:31:3', 'test-getStateCode.R:77:3', 'test-getStateCode.R:98:3', 'test-getStateName.R:31:3', 'test-getStateName.R:76:3', 'test-getStateName.R:97:3', 'test-getUSCounty.R:30:3', 'test-getUSCounty.R:75:3', 'test-getUSCounty.R:97:3' [ FAIL 0 | WARN 0 | SKIP 16 | PASS 119 ] > > proc.time() user system elapsed 32.32 2.53 34.84