R version 4.5.0 RC (2025-04-04 r88112 ucrt) -- "How About a Twenty-Six" 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 91 | PASS 179 ] ══ Skipped tests (91) ══════════════════════════════════════════════════════════ • On CRAN (84): '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: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_component.R:9:3', 'test-fetchSDA_component.R:28:3', 'test-fetchSDA_component.R:44:3', 'test-fetchSDA_component.R:68:3', 'test-fetchSDA_spatial.R:7:3', 'test-fetchSDA_spatial.R:36:3', 'test-fetchSOLUS.R:3:3', 'test-fetchSOLUS.R:50: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:61: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 91 | PASS 179 ] > > proc.time() user system elapsed 19.42 0.89 20.29