Last updated on 2025-05-31 18:51:06 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.7.18 | 5.76 | 120.71 | 126.47 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.7.18 | 4.52 | 56.80 | 61.32 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.7.18 | 189.84 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.7.18 | 198.51 | OK | |||
r-devel-windows-x86_64 | 2.7.18 | 10.00 | 211.00 | 221.00 | OK | |
r-patched-linux-x86_64 | 2.7.18 | 6.10 | 114.84 | 120.94 | OK | |
r-release-linux-x86_64 | 2.7.18 | 5.64 | 114.63 | 120.27 | OK | |
r-release-macos-arm64 | 2.7.18 | 135.00 | OK | |||
r-release-macos-x86_64 | 2.7.18 | 234.00 | OK | |||
r-release-windows-x86_64 | 2.7.18 | 10.00 | 204.00 | 214.00 | OK | |
r-oldrel-macos-arm64 | 2.7.18 | 128.00 | OK | |||
r-oldrel-macos-x86_64 | 2.7.18 | 203.00 | OK | |||
r-oldrel-windows-x86_64 | 2.7.18 | 13.00 | 272.00 | 285.00 | OK |
Version: 2.7.18
Check: tests
Result: ERROR
Running ‘testthat.R’ [3s/14s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(dataRetrieval)
> test_check("dataRetrieval")
[ FAIL 1 | WARN 0 | SKIP 34 | PASS 18 ]
══ Skipped tests (34) ══════════════════════════════════════════════════════════
• On CRAN (34): '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:466:3', 'tests_imports.R:4:3', 'tests_imports.R:63:3',
'tests_imports.R:204: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: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:261:3',
'tests_userFriendly_fxns.R:281:3', 'tests_userFriendly_fxns.R:306:3',
'tests_userFriendly_fxns.R:314:3', 'tests_userFriendly_fxns.R:321:3',
'tests_userFriendly_fxns.R:329:3', 'tests_userFriendly_fxns.R:348:3',
'tests_userFriendly_fxns.R:389:3', 'tests_userFriendly_fxns.R:448:3',
'tests_userFriendly_fxns.R:474:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('tests_general.R:202:3'): whatNWISdata ───────────────────────────────
<httr2_failure/httr2_error/rlang_error/error/condition>
Error in `httr2::req_perform(obs_url)`: Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Timeout was reached [waterservices.usgs.gov]: Connection timed out after 10002 milliseconds
Backtrace:
▆
1. └─dataRetrieval::whatNWISdata(siteNumber = "05114000") at tests_general.R:202:3
2. └─dataRetrieval::importRDB1(urlSitefile, asDateTime = FALSE, convertType = convertType)
3. └─dataRetrieval::getWebServiceData(obs_url)
4. └─httr2::req_perform(obs_url)
5. └─httr2:::handle_resp(req, resp, error_call = error_call)
6. └─rlang::cnd_signal(resp)
[ FAIL 1 | WARN 0 | SKIP 34 | PASS 18 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc