Last updated on 2026-04-30 09:53:26 CEST.
| Package | ERROR | OK |
|---|---|---|
| ir | 13 | |
| sftime | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in 'sftime-Ex.R' failed
The error most likely occurred in:
> ### Name: st_cast
> ### Title: Cast geometry to another type: either simplify, or cast
> ### explicitly
> ### Aliases: st_cast st_cast.sftime
>
> ### ** Examples
>
> # cast from POINT to LINESTRING
> g <- st_sfc(st_point(1:2), st_point(c(2, 4)))
> time <- Sys.time()
> x <-
+ st_sftime(a = 3:4, g, time = time) %>%
+ dplyr::group_by(time) %>%
+ dplyr::summarize(do_union = TRUE) %>%
+ st_cast(to = "LINESTRING")
Flavor: r-release-windows-x86_64