R version 4.4.0 RC (2024-04-16 r86458 ucrt) -- "Puppy Cup" 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. > library(testthat) > library(soilDB) > > test_check("soilDB") [ FAIL 0 | WARN 0 | SKIP 89 | PASS 179 ] ══ Skipped tests (89) ══════════════════════════════════════════════════════════ • On CRAN (82): '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-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: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:63:3', 'test-fetchOSD.R:81:3', 'test-fetchOSD.R:98: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: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:134:5', 'test-fetchNASIS.R:141:5', 'test-fetchNASISLabData.R:27:5' [ FAIL 0 | WARN 0 | SKIP 89 | PASS 179 ] > > proc.time() user system elapsed 12.76 0.48 13.21