CRAN Package Check Results for Package weathR

Last updated on 2026-07-29 04:55:25 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.0 7.56 66.30 73.86 OK
r-devel-linux-x86_64-debian-gcc 0.1.0 5.41 50.97 56.38 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 76.00 86.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 79.00 88.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: station_tomorrow > ### Title: Tomorrows Forecast > ### Aliases: station_tomorrow > > ### ** Examples > > station_tomorrow("KBOS") Error in `httr2::req_perform()`: ! HTTP 500 Internal Server Error. Backtrace: ▆ 1. ├─weathR::station_tomorrow("KBOS") 2. │ ├─... %>% return() 3. │ └─weathR::point_tomorrow(...) 4. │ └─weathR::..point_forecast(...) 5. │ ├─... %>% sf::st_as_sf(coords = c("lon", "lat"), crs = 4326) 6. │ └─weathR::.point_forecast(lat, lon) 7. │ └─... %>% return() 8. ├─sf::st_as_sf(., coords = c("lon", "lat"), crs = 4326) 9. ├─dplyr::mutate(., lat = lat, lon = lon) 10. ├─purrr::map_dfr(...) 11. │ └─purrr::map(.x, .f, ...) 12. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress) 13. │ └─purrr:::vctrs_vec_compat(.x, .purrr_user_env) 14. ├─httr2::resp_body_json(.) 15. │ └─httr2:::check_response(resp) 16. │ └─httr2:::is_response(resp) 17. └─httr2::req_perform(.) 18. └─httr2:::handle_resp(req, resp, error_call = error_call) 19. └─httr2:::resp_failure_cnd(req, resp, error_call = error_call) 20. ├─rlang::catch_cnd(...) 21. │ ├─rlang::eval_bare(...) 22. │ ├─base::tryCatch(...) 23. │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers) 24. │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]]) 25. │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler) 26. │ └─base::force(expr) 27. └─rlang::abort(...) Execution halted Flavor: r-devel-linux-x86_64-debian-gcc