Last updated on 2025-06-07 05:49:23 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.7.18 | 6.50 | 120.23 | 126.73 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.7.18 | 4.52 | 87.65 | 92.17 | OK | |
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 | 11.00 | 215.00 | 226.00 | OK | |
r-patched-linux-x86_64 | 2.7.18 | 7.78 | 115.16 | 122.94 | OK | |
r-release-linux-x86_64 | 2.7.18 | 5.60 | 116.43 | 122.03 | 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 | 212.00 | 222.00 | ERROR | |
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 | 258.00 | 271.00 | OK |
Version: 2.7.18
Check: examples
Result: ERROR
Running examples in 'dataRetrieval-Ex.R' failed
The error most likely occurred in:
> ### Name: constructUseURL
> ### Title: Construct URL for NWIS water use data service
> ### Aliases: constructUseURL
>
> ### ** Examples
>
> url <- constructUseURL(
+ years = c(1990, 1995),
+ stateCd = "Ohio",
+ countyCd = c(1, 3),
+ categories = "ALL"
+ )
Error in `httr2::req_perform()`:
! Failed to perform HTTP request.
Caused by error in `curl::curl_fetch_memory()`:
! Could not resolve hostname [api.waterdata.usgs.gov]: Could not resolve host: api.waterdata.usgs.gov
Backtrace:
▆
1. └─dataRetrieval::constructUseURL(...)
2. └─dataRetrieval::stateCdLookup(input = stateCd, outputType = "postal")
3. └─dataRetrieval::check_param("states")
4. ├─jsonlite::fromJSON(httr2::resp_body_string(httr2::req_perform(check_group_req)))
5. ├─httr2::resp_body_string(httr2::req_perform(check_group_req))
6. │ └─httr2:::check_response(resp)
7. │ └─httr2:::is_response(resp)
8. └─httr2::req_perform(check_group_req)
9. └─httr2:::handle_resp(req, resp, error_call = error_call)
10. └─rlang::cnd_signal(resp)
Execution halted
Flavor: r-release-windows-x86_64