CRAN Package Check Results for Package weathR

Last updated on 2026-07-28 13:49:23 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 8.06 66.53 74.59 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 5.33 51.57 56.90 ERROR
r-devel-linux-x86_64-fedora-clang 0.1.0 14.00 96.55 110.55 OK
r-devel-linux-x86_64-fedora-gcc 0.1.0 7.00 48.11 55.11 OK
r-devel-windows-x86_64 0.1.0 10.00 79.00 89.00 OK
r-patched-linux-x86_64 0.1.0 8.62 64.14 72.76 OK
r-release-linux-x86_64 0.1.0 7.88 64.66 72.54 OK
r-release-macos-arm64 0.1.0 2.00 20.00 22.00 OK
r-release-macos-x86_64 0.1.0 5.00 67.00 72.00 OK
r-release-windows-x86_64 0.1.0 9.00 80.00 89.00 OK
r-oldrel-macos-arm64 0.1.0 OK
r-oldrel-macos-x86_64 0.1.0 5.00 65.00 70.00 OK
r-oldrel-windows-x86_64 0.1.0 13.00 175.00 188.00 OK

Check Details

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 503 Service Unavailable. 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-gcc