Last updated on 2026-02-05 03:50:07 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.0 | 7.76 | 66.73 | 74.49 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.56 | 48.69 | 54.25 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.0 | 14.00 | 100.44 | 114.44 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 14.00 | 104.49 | 118.49 | OK | |
| r-devel-windows-x86_64 | 0.1.0 | 9.00 | 76.00 | 85.00 | OK | |
| r-patched-linux-x86_64 | 0.1.0 | 7.03 | 59.34 | 66.37 | ERROR | |
| r-release-linux-x86_64 | 0.1.0 | 7.05 | 59.20 | 66.25 | 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 | 11.00 | 77.00 | 88.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 | 13.00 | 98.00 | 111.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: 1.
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-patched-linux-x86_64