R Under development (unstable) (2025-02-08 r87709 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. > if (as.integer(R.Version()$major) >= 4) { + library(testthat) + library(soilDB) + + test_check("soilDB") + } [ FAIL 0 | WARN 0 | SKIP 93 | PASS 179 ] ══ Skipped tests (93) ══════════════════════════════════════════════════════════ • On CRAN (86): 'test-ISSR800.R:5:3', 'test-ISSR800.R:42:3', 'test-OSDquery.R:9:3', 'test-OSDquery.R:38:3', 'test-ROSETTA.R:46:3', 'test-ROSETTA.R:73:3', 'test-ROSETTA.R:100:3', 'test-SDA_query.R:8:3', 'test-SDA_query.R:46:3', 'test-SDA_query.R:76:3', 'test-SDA_query.R:98:3', 'test-SDA_query.R:132:3', 'test-SDA_query.R:172:3', 'test-SDA_query.R:196:3', 'test-SDA_query.R:216:3', 'test-SDA_query.R:239:3', 'test-SoilDataViewer.R:5:3', 'test-fetchEDIT_tools.R:37:3', 'test-fetchHenry.R:5:3', 'test-fetchHenry.R:33:3', 'test-fetchHenry.R:155:3', 'test-fetchHenry.R:181: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:5: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:63:3', 'test-fetchOSD.R:80:3', 'test-fetchOSD.R:97:3', 'test-fetchSCAN.R:9:3', 'test-fetchSCAN.R:34:3', 'test-fetchSCAN.R:65:3', 'test-fetchSDA_component.R:10:3', 'test-fetchSDA_component.R:27:3', 'test-fetchSDA_component.R:41:3', 'test-fetchSDA_component.R:61:3', 'test-fetchSDA_spatial.R:7:3', 'test-fetchSDA_spatial.R:36:3', 'test-fetchSOLUS.R:3:3', 'test-fetchSOLUS.R:50: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:5:3', 'test-get_SDA_cosurfmorph.R:5:3', 'test-get_SDA_hydric.R:5:3', 'test-get_SDA_interpretation.R:11:3', 'test-get_SDA_interpretation.R:29:3', 'test-get_SDA_interpretation.R:50:3', 'test-get_SDA_interpretation.R:71:3', 'test-get_SDA_muaggatt.R:5:3', 'test-get_SDA_pmgroupname.R:5:3', 'test-get_SDA_property.R:19:3', 'test-get_SDA_property.R:48:3', 'test-get_SDA_property.R:69:3', 'test-get_SDA_property.R:110:3', 'test-get_SDA_property.R:239:3', 'test-get_SDA_property.R:280:3', 'test-get_SSURGO_utils.R:4: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-soilDBdata.R:59:3', 'test-waterDayYear.R:6:3', 'test-waterDayYear.R:59:3', 'test-waterDayYear.R:80:3', 'test-waterDayYear.R:96: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:135:5', 'test-fetchNASIS.R:142:5', 'test-fetchNASISLabData.R:27:5' [ FAIL 0 | WARN 0 | SKIP 93 | PASS 179 ] > > proc.time() user system elapsed 11.51 0.48 11.98