R version 4.6.0 alpha (2026-04-01 r89771 ucrt) Copyright (C) 2026 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 97 | PASS 174 ] ══ Skipped tests (97) ══════════════════════════════════════════════════════════ • On CRAN (90): 'test-ISSR800.R:8:3', 'test-ISSR800.R:49:3', 'test-OSDquery.R:9:3', 'test-ROSETTA.R:46:3', 'test-ROSETTA.R:73:3', 'test-ROSETTA.R:100:3', 'test-ROSETTA.R:148: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:121:3', 'test-SDA_query.R:164:3', 'test-SDA_query.R:224:3', 'test-SDA_query.R:246:3', 'test-SDA_query.R:261:3', 'test-SDA_query.R:282:3', 'test-SDA_query.R:296:3', 'test-SoilDataViewer.R:5:3', 'test-fetchEDIT_tools.R:34:3', 'test-fetchHenry.R:5:3', 'test-fetchHenry.R:27:3', 'test-fetchHenry.R:149:3', 'test-fetchHenry.R:175:3', 'test-fetchKSSL.R:5:3', 'test-fetchKSSL.R:26:3', 'test-fetchKSSL.R:61:3', 'test-fetchKSSL.R:81:3', 'test-fetchKSSL.R:100:3', 'test-fetchKSSL.R:117:3', 'test-fetchKSSL.R:133:3', 'test-fetchKSSL.R:169:3', 'test-fetchLDM.R:3:3', 'test-fetchNASIS.R:103:3', 'test-fetchNASISWebReport.R:6:3', 'test-fetchNASISWebReport.R:29:3', 'test-fetchNASISWebReport.R:48:3', 'test-fetchNASISWebReport.R:69:3', 'test-fetchNASISWebReport.R:86:3', 'test-fetchOSD.R:9:3', 'test-fetchOSD.R:34:3', 'test-fetchOSD.R:50:3', 'test-fetchOSD.R:69:3', 'test-fetchOSD.R:88:3', 'test-fetchOSD.R:107:3', 'test-fetchSCAN.R:9:3', 'test-fetchSCAN.R:34:3', 'test-fetchSCAN.R:65:3', 'test-fetchSDA.R:7:3', 'test-fetchSDA.R:24:3', 'test-fetchSDA.R:40:3', 'test-fetchSDA.R:62:3', 'test-fetchSDA_spatial.R:5:3', 'test-fetchSDA_spatial.R:35:3', 'test-fetchSOLUS.R:3:3', 'test-fetchSOLUS.R:53:3', 'test-fetchSoilGrids.R:5:3', 'test-get_OSD.R:7:3', 'test-get_OSD.R:32:3', 'test-get_SDA_coecoclass.R:3:3', 'test-get_SDA_cosurfmorph.R:5:3', 'test-get_SDA_hydric.R:5:3', 'test-get_SDA_interpretation.R:6:3', 'test-get_SDA_interpretation.R:32:3', 'test-get_SDA_interpretation.R:50:3', 'test-get_SDA_interpretation.R:69:3', 'test-get_SDA_interpretation.R:88:3', 'test-get_SDA_muaggatt.R:3:3', 'test-get_SDA_pmgroupname.R:3:3', 'test-get_SDA_property.R:6:3', 'test-get_SDA_property.R:44:3', 'test-get_SDA_property.R:73:3', 'test-get_SDA_property.R:92:3', 'test-get_SDA_property.R:131:3', 'test-get_SDA_property.R:258:3', 'test-get_SDA_property.R:296:3', 'test-get_SSURGO_utils.R:3:3', 'test-mukey-WCS.R:8:3', 'test-seriesExtent.R:6:3', 'test-siblings.R:6:3', 'test-siblings.R:29:3', 'test-siblings.R:43:3', 'test-soilDBdata.R:3:3', 'test-soilDBdata.R:61:3', 'test-taxaExtent.R:5:3', 'test-taxaExtent.R:23: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:28:5' [ FAIL 0 | WARN 0 | SKIP 97 | PASS 174 ] > > proc.time() user system elapsed 14.73 0.46 15.20