Last updated on 2025-06-29 13:49:28 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 96.70 | 30.99 | 127.69 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 77.06 | 24.42 | 101.48 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 195.89 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 194.15 | OK | |||
r-devel-windows-x86_64 | 0.1.2 | 101.00 | 85.00 | 186.00 | OK | |
r-patched-linux-x86_64 | ERROR | |||||
r-release-linux-x86_64 | 0.1.2 | 95.79 | 27.93 | 123.72 | OK | |
r-release-macos-arm64 | 0.1.2 | 63.00 | OK | |||
r-release-macos-x86_64 | 0.1.2 | 88.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 101.00 | 83.00 | 184.00 | OK | |
r-oldrel-macos-arm64 | 0.1.2 | 62.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.2 | 106.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.2 | 114.00 | 92.00 | 206.00 | OK |
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘awdb-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: get_elements
> ### Title: Get Station Elements
> ### Aliases: get_elements
>
> ### ** Examples
>
> # get snow water equivalent values around Bear Lake
> get_elements(bear_lake, elements = "WTEQ")
Error in `get_elements()`:
! HTTP 404 Not Found.
Backtrace:
▆
1. └─awdb::get_elements(bear_lake, elements = "WTEQ")
2. └─awdb:::filter_stations(aoi, elements = collapse(elements), awdb_options)
3. └─httr2::req_perform(request_url, error_call = call)
4. └─httr2:::handle_resp(req, resp, error_call = error_call)
5. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
6. ├─rlang::catch_cnd(...)
7. │ ├─rlang::eval_bare(...)
8. │ ├─base::tryCatch(...)
9. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. │ └─base::force(expr)
13. └─rlang::abort(...)
Execution halted
Flavor: r-patched-linux-x86_64