R Under development (unstable) (2023-08-28 r85029 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(soilDB) The legacy packages maptools, rgdal, and rgeos, underpinning the sp package, which was just loaded, will retire in October 2023. Please refer to R-spatial evolution reports for details, especially https://r-spatial.org/r/2023/05/15/evolution4.html. It may be desirable to make the sf package available; package maintainers should consider adding sf to Suggests:. The sp package is now running under evolution status 2 (status 2 uses the sf package in place of rgdal) > > test_check("soilDB") [ FAIL 0 | WARN 0 | SKIP 82 | PASS 220 ] ══ Skipped tests (82) ══════════════════════════════════════════════════════════ • On CRAN (75): 'test-ISSR800.R:5:3', 'test-ISSR800.R:42:3', 'test-OSDquery.R:5:3', 'test-OSDquery.R:30:3', 'test-ROSETTA.R:42:3', 'test-ROSETTA.R:65:3', 'test-ROSETTA.R:88:3', 'test-SDA_query.R:6:3', 'test-SDA_query.R:42:3', 'test-SDA_query.R:68:3', 'test-SDA_query.R:88:3', 'test-SDA_query.R:120:3', 'test-SDA_query.R:158:3', 'test-SDA_query.R:180:3', 'test-SDA_query.R:198:3', 'test-SDA_query.R:219:3', 'test-SoilDataViewer.R:2:3', 'test-fetchEDIT_tools.R:37:3', 'test-fetchKSSL.R:5:3', 'test-fetchKSSL.R:24:3', 'test-fetchKSSL.R:57:3', 'test-fetchKSSL.R:75:3', 'test-fetchKSSL.R:92:3', 'test-fetchKSSL.R:107:3', 'test-fetchKSSL.R:121:3', 'test-fetchKSSL.R:155:3', 'test-fetchLDM.R:3:3', 'test-fetchNASIS.R:103:3', 'test-fetchNASISWebReport.R:6:3', 'test-fetchNASISWebReport.R:27:3', 'test-fetchNASISWebReport.R:44:3', 'test-fetchNASISWebReport.R:63:3', 'test-fetchNASISWebReport.R:80:3', 'test-fetchOSD.R:9:3', 'test-fetchOSD.R:32:3', 'test-fetchOSD.R:46:3', 'test-fetchOSD.R:65:3', 'test-fetchOSD.R:82:3', 'test-fetchSCAN.R:7:3', 'test-fetchSCAN.R:27:3', 'test-fetchSDA_component.R:8:3', 'test-fetchSDA_component.R:23:3', 'test-fetchSDA_component.R:35:3', 'test-fetchSDA_component.R:53:3', 'test-fetchSDA_spatial.R:5:3', 'test-fetchSDA_spatial.R:32:3', 'test-fetchSRI.R:3:3', 'test-fetchSRI.R:29:3', 'test-fetchSoilGrids.R:5:3', 'test-get_OSD.R:7:3', 'test-get_OSD.R:33:3', 'test-get_SDA_coecoclass.R:2:3', 'test-get_SDA_cosurfmorph.R:3:3', 'test-get_SDA_hydric.R:3:3', 'test-get_SDA_interpretation.R:8:3', 'test-get_SDA_interpretation.R:23:3', 'test-get_SDA_interpretation.R:41:3', 'test-get_SDA_interpretation.R:59:3', 'test-get_SDA_muaggatt.R:2:3', 'test-get_SDA_pmgroupname.R:2:3', 'test-get_SDA_property.R:16:3', 'test-get_SDA_property.R:42:3', 'test-get_SDA_property.R:59:3', 'test-get_SDA_property.R:97:3', 'test-get_SDA_property.R:223:3', 'test-get_SDA_property.R:261:3', 'test-get_SSURGO_utils.R:2:3', 'test-mukey-WCS.R:6:3', 'test-seriesExtent.R:3:3', 'test-siblings.R:6:3', 'test-siblings.R:29:3', 'test-siblings.R:43:3', 'test-soilDBdata.R:3:3', 'test-waterDayYear.R:75:3', 'test-waterDayYear.R:91:3' • local NASIS database not available (7): 'test-dbQueryNASIS.R:6:5', 'test-fetchNASIS.R:51:5', 'test-fetchNASIS.R:85:5', 'test-fetchNASIS.R:127:5', 'test-fetchNASIS.R:134:5', 'test-fetchNASIS.R:141:5', 'test-fetchNASISLabData.R:27:5' [ FAIL 0 | WARN 0 | SKIP 82 | PASS 220 ] > > proc.time() user system elapsed 12.37 0.26 12.67