Last updated on 2025-10-16 05:51:37 CEST.
Package | ERROR | OK |
---|---|---|
weathR | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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