R version 4.6.0 alpha (2026-03-30 r89742 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. > 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:273:3', 'test_waterdata_stats.R:288:3', 'tests_general.R:4:3', 'tests_general.R:68:3', 'tests_general.R:252:3', 'tests_general.R:296:3', 'tests_general.R:422:3', 'tests_general.R:434:3', 'tests_general.R:443:3', 'tests_general.R:452:3', 'tests_general.R:472:3', 'tests_general.R:492:3', 'tests_general.R:578:3', 'tests_imports.R:4:3', 'tests_imports.R:75:3', 'tests_imports.R:229:3', 'tests_nldi.R:4:3', 'tests_nldi.R:28:3', 'tests_nldi.R:35:3', 'tests_nldi.R:107:3', 'tests_nldi.R:138:3', 'tests_nldi.R:155:3', 'tests_nldi.R:186:3', 'tests_nldi.R:207:3', 'tests_nldi.R:224:3', 'tests_nldi.R:241:3', 'tests_nldi.R:255:3', 'tests_samples.R:5:3', 'tests_samples.R:66:3', 'tests_samples.R:77:3', 'tests_samples.R:90:3', 'tests_samples.R:100:3', 'tests_userFriendly_fxns.R:4:3', 'tests_userFriendly_fxns.R:84:3', 'tests_userFriendly_fxns.R:152:3', 'tests_userFriendly_fxns.R:234:3', 'tests_userFriendly_fxns.R:275:3', 'tests_userFriendly_fxns.R:313:3', 'tests_userFriendly_fxns.R:333:3', 'tests_userFriendly_fxns.R:358:3', 'tests_userFriendly_fxns.R:366:3', 'tests_userFriendly_fxns.R:373:3', 'tests_userFriendly_fxns.R:381:3', 'tests_userFriendly_fxns.R:400:3', 'tests_userFriendly_fxns.R:459:3', 'tests_userFriendly_fxns.R:529:3', 'tests_userFriendly_fxns.R:553:3', 'tests_userFriendly_fxns.R:579:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 56 ] > > proc.time() user system elapsed 4.21 0.75 5.01