Last updated on 2026-01-11 02:48:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 7.15 | 65.97 | 73.12 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.60 | 50.71 | 56.31 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 13.00 | 96.62 | 109.62 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 14.00 | 109.02 | 123.02 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 10.00 | 80.00 | 90.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 6.55 | 59.06 | 65.61 | OK | |
| r-release-linux-x86_64 | 0.1.0 | 7.17 | 59.32 | 66.49 | OK | |
| r-release-macos-arm64 | 0.1.0 | OK | ||||
| r-release-macos-x86_64 | 0.1.0 | 5.00 | 65.00 | 70.00 | OK | |
| r-release-windows-x86_64 | 0.1.0 | 9.00 | 78.00 | 87.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.0 | 5.00 | 69.00 | 74.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.0 | 12.00 | 96.00 | 108.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: station_tomorrow
> ### Title: Tomorrows Forecast
> ### Aliases: station_tomorrow
>
> ### ** Examples
>
> station_tomorrow("KBOS")
Error in `map()`:
ℹ In index: 152.
Caused by error:
! arguments imply differing number of rows: 1, 0
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. ├─sf::st_as_sf(., coords = c("lon", "lat"), crs = 4326)
7. ├─dplyr::mutate(., lat = lat, lon = lon)
8. ├─purrr::map_dfr(...)
9. │ └─purrr::map(.x, .f, ...)
10. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
11. │ ├─purrr:::with_indexed_errors(...)
12. │ │ └─base::withCallingHandlers(...)
13. │ ├─purrr:::call_with_cleanup(...)
14. │ └─weathR (local) .f(.x[[i]], ...)
15. │ ├─base::as.data.frame(...)
16. │ └─base::as.data.frame.list(...)
17. │ ├─base::do.call(data.frame, c(x, alis))
18. │ └─base (local) `<fn>`(...)
19. │ └─base::stop(...)
20. └─base::.handleSimpleError(...)
21. └─purrr (local) h(simpleError(msg, call))
22. └─cli::cli_abort(...)
23. └─rlang::abort(...)
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc