R Under development (unstable) (2024-10-29 r87275 ucrt) -- "Unsuffered Consequences" 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(dataRetrieval) > test_check("dataRetrieval") [ FAIL 0 | WARN 0 | SKIP 44 | PASS 27 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • On CRAN (44): 'tests_general.R:4:3', 'tests_general.R:232:3', 'tests_general.R:330:3', 'tests_general.R:337:3', 'tests_general.R:345:3', 'tests_general.R:353:3', 'tests_general.R:369:3', 'tests_general.R:386:3', 'tests_general.R:429:3', 'tests_general.R:448:3', 'tests_general.R:467:3', 'tests_general.R:513:3', 'tests_general.R:632:3', 'tests_general.R:690:3', 'tests_imports.R:4:3', 'tests_imports.R:91:3', 'tests_imports.R:231:3', 'tests_nldi.R:4:3', 'tests_nldi.R:27:3', 'tests_nldi.R:36:3', 'tests_nldi.R:70:3', 'tests_nldi.R:88:3', 'tests_nldi.R:95:3', 'tests_nldi.R:104:3', 'tests_nldi.R:112:3', 'tests_nldi.R:122:3', 'tests_nldi.R:133:3', 'tests_userFriendly_fxns.R:4:3', 'tests_userFriendly_fxns.R:70:3', 'tests_userFriendly_fxns.R:109:3', 'tests_userFriendly_fxns.R:140:3', 'tests_userFriendly_fxns.R:167:3', 'tests_userFriendly_fxns.R:200:3', 'tests_userFriendly_fxns.R:225:3', 'tests_userFriendly_fxns.R:264:3', 'tests_userFriendly_fxns.R:284:3', 'tests_userFriendly_fxns.R:309:3', 'tests_userFriendly_fxns.R:317:3', 'tests_userFriendly_fxns.R:324:3', 'tests_userFriendly_fxns.R:332:3', 'tests_userFriendly_fxns.R:351:3', 'tests_userFriendly_fxns.R:388:3', 'tests_userFriendly_fxns.R:447:3', 'tests_userFriendly_fxns.R:473:3' [ FAIL 0 | WARN 0 | SKIP 44 | PASS 27 ] > > proc.time() user system elapsed 42.73 2.82 90.64