Last updated on 2025-05-14 23:50:53 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.99.1 | 22.03 | 213.34 | 235.37 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.99.1 | 15.22 | 125.30 | 140.52 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.99.1 | 375.28 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.99.1 | 355.81 | OK | |||
r-devel-windows-x86_64 | 0.99.1 | 22.00 | 173.00 | 195.00 | OK | |
r-patched-linux-x86_64 | 0.99.1 | 23.26 | 201.40 | 224.66 | OK | |
r-release-linux-x86_64 | 0.99.1 | 19.93 | 196.76 | 216.69 | OK | |
r-release-macos-arm64 | 0.99.1 | 78.00 | OK | |||
r-release-macos-x86_64 | 0.99.1 | 201.00 | OK | |||
r-release-windows-x86_64 | 0.99.1 | 21.00 | 167.00 | 188.00 | ERROR | |
r-oldrel-macos-arm64 | 0.99.1 | 79.00 | OK | |||
r-oldrel-macos-x86_64 | 0.99.1 | 189.00 | OK | |||
r-oldrel-windows-x86_64 | 0.99.1 | 24.00 | 232.00 | 256.00 | OK |
Version: 0.99.1
Check: examples
Result: ERROR
Running examples in ‘eva3dm-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: daily
> ### Title: Calculate daily mean, min or max
> ### Aliases: daily
>
> ### ** Examples
>
> sites <- c("OAKB")
> for(site in sites){
+ cat('downloading METAR from:',site,'...\n')
+ DATA <- riem::riem_measures(station = sites,
+ date_start = "2012-01-01",
+ date_end = "2012-02-01")
+ }
downloading METAR from: OAKB ...
Waiting 3s for retry backoff ■■■■■■■■■■■■■■■
Waiting 3s for retry backoff ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Error in `httr2::req_perform()`:
! HTTP 503 Service Unavailable.
Backtrace:
▆
1. ├─riem::riem_measures(...)
2. │ └─riem:::perform_riem_request(...)
3. │ └─... %>% httr2::req_perform()
4. └─httr2::req_perform(.)
5. └─httr2:::handle_resp(req, resp, error_call = error_call)
6. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
7. ├─rlang::catch_cnd(...)
8. │ ├─rlang::eval_bare(...)
9. │ ├─base::tryCatch(...)
10. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
11. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
12. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
13. │ └─base::force(expr)
14. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.99.1
Check: examples
Result: ERROR
Running examples in 'eva3dm-Ex.R' failed
The error most likely occurred in:
> ### Name: daily
> ### Title: Calculate daily mean, min or max
> ### Aliases: daily
>
> ### ** Examples
>
> sites <- c("OAKB")
> for(site in sites){
+ cat('downloading METAR from:',site,'...\n')
+ DATA <- riem::riem_measures(station = sites,
+ date_start = "2012-01-01",
+ date_end = "2012-02-01")
+ }
downloading METAR from: OAKB ...
Waiting 3s for retry backoff ■■■■■■■■■■■■■■
Waiting 3s for retry backoff ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Error in `httr2::req_perform()`:
! HTTP 503 Service Unavailable.
Backtrace:
▆
1. ├─riem::riem_measures(...)
2. │ └─riem:::perform_riem_request(...)
3. │ └─... %>% httr2::req_perform()
4. └─httr2::req_perform(.)
5. └─httr2:::handle_resp(req, resp, error_call = error_call)
6. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
7. ├─rlang::catch_cnd(...)
8. │ ├─rlang::eval_bare(...)
9. │ ├─base::tryCatch(...)
10. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
11. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
12. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
13. │ └─base::force(expr)
14. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64