Last updated on 2026-05-09 07:50:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 7.90 | 68.61 | 76.51 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 6.51 | 52.05 | 58.56 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 14.00 | 104.87 | 118.87 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 14.00 | 100.26 | 114.26 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 9.00 | 77.00 | 86.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 7.68 | 61.73 | 69.41 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 7.71 | 62.27 | 69.98 | 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 | ERROR | |
| 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 | 96.00 | 109.00 | OK |
Version: 0.1.0
Check: examples
Result: ERROR
Running examples in 'weathR-Ex.R' failed
The error most likely occurred in:
> ### Name: station_tomorrow
> ### Title: Tomorrows Forecast
> ### Aliases: station_tomorrow
>
> ### ** Examples
>
> station_tomorrow("KBOS")
Error in `httr2::req_perform()`:
! HTTP 503 Service Unavailable.
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-release-windows-x86_64