Last updated on 2026-05-09 03:52:40 CEST.
| Package | ERROR | OK |
|---|---|---|
| ir | 13 | |
| sftime | 6 | 7 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 6, OK: 7
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘sftime-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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")
Error in st_sftime(a = 3:4, g, time = time) %>% dplyr::group_by(time) %>% :
could not find function "%>%"
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
st_as_sftime 5.429 0.257 7.583
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.1
Check: examples
Result: ERROR
Running examples in ‘sftime-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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")
Error in st_sftime(a = 3:4, g, time = time) %>% dplyr::group_by(time) %>% :
could not find function "%>%"
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
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")
Error in st_sftime(a = 3:4, g, time = time) %>% dplyr::group_by(time) %>% :
could not find function "%>%"
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-oldrel-windows-x86_64