Last updated on 2026-01-11 05:50:21 CET.
| Package | ERROR | OK |
|---|---|---|
| weathR | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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