Last updated on 2025-10-16 05:51:22 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 8.37 | 66.91 | 75.28 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 4.94 | 48.33 | 53.27 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 114.34 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 106.63 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 9.00 | 79.00 | 88.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 7.60 | 60.91 | 68.51 | OK | |
r-release-linux-x86_64 | 0.1.0 | 7.36 | 59.66 | 67.02 | OK | |
r-release-macos-arm64 | 0.1.0 | 37.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 70.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 9.00 | 80.00 | 89.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 63.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 74.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 11.00 | 96.00 | 107.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in ‘weathR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: .point_forecast
> ### Title: Raw JSON Point Forecast Data
> ### Aliases: .point_forecast
>
> ### ** Examples
>
> .point_forecast(33, -80)
Error in `httr2::req_perform()`:
! HTTP 504 Gateway Timeout.
Backtrace:
▆
1. ├─weathR::.point_forecast(33, -80)
2. │ └─... %>% return()
3. ├─httr2::resp_body_json(.)
4. │ └─httr2:::check_response(resp)
5. │ └─httr2:::is_response(resp)
6. └─httr2::req_perform(.)
7. └─httr2:::handle_resp(req, resp, error_call = error_call)
8. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call)
9. ├─rlang::catch_cnd(...)
10. │ ├─rlang::eval_bare(...)
11. │ ├─base::tryCatch(...)
12. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
13. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
14. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
15. │ └─base::force(expr)
16. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang