R Under development (unstable) (2026-03-09 r89583 ucrt) -- "Unsuffered Consequences" 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. > library(testthat) > library(dataRetrieval) > test_check("dataRetrieval") [ FAIL 0 | WARN 0 | SKIP 48 | PASS 56 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test_waterdata_stats.R:267:3', 'test_waterdata_stats.R:282:3', 'tests_general.R:4:3', 'tests_general.R:66:3', 'tests_general.R:226:3', 'tests_general.R:261:3', 'tests_general.R:355:3', 'tests_general.R:365:3', 'tests_general.R:374:3', 'tests_general.R:383:3', 'tests_general.R:400:3', 'tests_general.R:417:3', 'tests_general.R:497:3', 'tests_imports.R:4:3', 'tests_imports.R:63:3', 'tests_imports.R:195:3', 'tests_nldi.R:4:3', 'tests_nldi.R:28:3', 'tests_nldi.R:38:3', 'tests_nldi.R:73:3', 'tests_nldi.R:92:3', 'tests_nldi.R:100:3', 'tests_nldi.R:110:3', 'tests_nldi.R:119:3', 'tests_nldi.R:130:3', 'tests_nldi.R:142:3', 'tests_nldi.R:153:3', 'tests_samples.R:5:3', 'tests_samples.R:51:3', 'tests_samples.R:60:3', 'tests_samples.R:71:3', 'tests_samples.R:80:3', 'tests_userFriendly_fxns.R:4:3', 'tests_userFriendly_fxns.R:71:3', 'tests_userFriendly_fxns.R:122:3', 'tests_userFriendly_fxns.R:167:3', 'tests_userFriendly_fxns.R:196:3', 'tests_userFriendly_fxns.R:232:3', 'tests_userFriendly_fxns.R:252:3', 'tests_userFriendly_fxns.R:277:3', 'tests_userFriendly_fxns.R:285:3', 'tests_userFriendly_fxns.R:292:3', 'tests_userFriendly_fxns.R:300:3', 'tests_userFriendly_fxns.R:319:3', 'tests_userFriendly_fxns.R:367:3', 'tests_userFriendly_fxns.R:426:3', 'tests_userFriendly_fxns.R:447:3', 'tests_userFriendly_fxns.R:473:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 56 ] > > proc.time() user system elapsed 3.95 0.73 4.68