Last updated on 2025-05-09 10:49:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 8.25 | 64.46 | 72.71 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 5.74 | 48.76 | 54.50 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 109.67 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 105.95 | OK | |||
r-devel-windows-x86_64 | 0.1.0 | 9.00 | 110.00 | 119.00 | OK | |
r-patched-linux-x86_64 | 0.1.0 | 7.83 | 58.61 | 66.44 | OK | |
r-release-linux-x86_64 | 0.1.0 | 7.62 | 58.15 | 65.77 | OK | |
r-release-macos-arm64 | 0.1.0 | 37.00 | OK | |||
r-release-macos-x86_64 | 0.1.0 | 70.00 | OK | |||
r-release-windows-x86_64 | 0.1.0 | 8.00 | 84.00 | 92.00 | OK | |
r-oldrel-macos-arm64 | 0.1.0 | 63.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.0 | 74.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.0 | 11.00 | 92.00 | 103.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: 21.
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