CRAN Package Check Results for Package sftime

Last updated on 2026-05-10 05:49:10 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 4.65 70.38 75.03 ERROR
r-devel-linux-x86_64-debian-gcc 0.3.1 3.66 53.67 57.33 ERROR
r-devel-linux-x86_64-fedora-clang 0.3.1 8.00 119.69 127.69 ERROR
r-devel-linux-x86_64-fedora-gcc 0.3.2 8.00 134.69 142.69 OK
r-devel-windows-x86_64 0.3.2 8.00 100.00 108.00 OK
r-patched-linux-x86_64 0.3.1 4.93 67.75 72.68 OK
r-release-linux-x86_64 0.3.1 3.90 65.63 69.53 ERROR
r-release-macos-arm64 0.3.2 1.00 31.00 32.00 OK
r-release-macos-x86_64 0.3.2 3.00 90.00 93.00 OK
r-release-windows-x86_64 0.3.1 8.00 89.00 97.00 OK
r-oldrel-macos-arm64 0.3.2 1.00 28.00 29.00 OK
r-oldrel-macos-x86_64 0.3.2 3.00 81.00 84.00 OK
r-oldrel-windows-x86_64 0.3.1 8.00 99.00 107.00 ERROR

Check Details

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 Examples with CPU (user + system) or elapsed time > 5s user system elapsed st_as_sftime 3.773 0.283 5.947 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-oldrel-windows-x86_64

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 4.993 0.266 6.614 Flavor: r-release-linux-x86_64