R Under development (unstable) (2024-11-06 r87293 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. > requireNamespace("testthat", quietly = TRUE) > library(testthat) > library(FedData) You have loaded FedData v4. As of FedData v4 we have retired dependencies on the `sp` and `raster` packages. All functions in FedData v4 return `terra` (raster) or `sf` (vector) objects by default, and there may be other breaking changes. > > test_check("FedData") [ FAIL 0 | WARN 0 | SKIP 7 | PASS 3 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test.GHCN.R:4:1', 'test.NED.R:6:3', 'test.NLCD.R:7:3', 'test.NLCD.R:60:5', 'test.SSURGO.R:6:3', 'test.SSURGO.R:16:3', 'test.SSURGO.R:28:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 3 ] > > proc.time() user system elapsed 1.23 0.25 1.42