The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

CRAN Package Check Results for Package sftime

Last updated on 2026-04-15 05:53:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.3.1 4.60 72.05 76.65 OK
r-devel-linux-x86_64-debian-gcc 0.3.1 3.10 55.00 58.10 OK
r-devel-linux-x86_64-fedora-clang 0.3.1 8.00 125.38 133.38 OK
r-devel-linux-x86_64-fedora-gcc 0.3.1 9.00 140.41 149.41 OK
r-devel-macos-arm64 0.3.1 1.00 24.00 25.00 OK
r-devel-windows-x86_64 0.3.1 6.00 87.00 93.00 ERROR
r-patched-linux-x86_64 0.3.1 4.23 68.15 72.38 OK
r-release-linux-x86_64 0.3.1 3.62 65.61 69.23 OK
r-release-macos-arm64 0.3.1 OK
r-release-macos-x86_64 0.3.1 3.00 77.00 80.00 OK
r-release-windows-x86_64 0.3.1 6.00 0.00 6.00 OK
r-oldrel-macos-arm64 0.3.1 OK
r-oldrel-macos-x86_64 0.3.1 3.00 87.00 90.00 OK
r-oldrel-windows-x86_64 0.3.1 8.00 110.00 118.00 OK

Check Details

Version: 0.3.1
Check: examples
Result: ERROR Running examples in 'sftime-Ex.R' failed The error most likely occurred in: > ### Name: st_join > ### Title: Spatial join, spatial filter for 'sftime' objects > ### Aliases: st_join st_join.sftime st_filter.sftime > > ### ** Examples > > g1 <- st_sfc(st_point(c(1,1)), st_point(c(2,2)), st_point(c(3,3))) > x1 <- st_sftime(a = 1:3, geometry = g1, time = Sys.time()) > > g2 <- st_sfc(st_point(c(10,10)), st_point(c(2,2)), st_point(c(2,2)), st_point(c(3,3))) > x2 <- st_sftime(a = 11:14, geometry = g2, time = Sys.time()) > > ## st_join > > # left spatial join with st_intersects > st_join(x1, x2) Spatiotemporal feature collection with 4 features and 3 fields Geometry type: POINT Dimension: XY Bounding box: xmin: 1 ymin: 1 xmax: 3 ymax: 3 CRS: NA Time column with classes: 'POSIXct', 'POSIXt'. Ranging from 2026-04-13 21:21:23.163064 to 2026-04-13 21:21:23.163064. a.x a.y time.y geometry time.x 1 1 NA <NA> POINT (1 1) 2026-04-13 21:21:23 2 2 12 2026-04-13 21:21:23 POINT (2 2) 2026-04-13 21:21:23 2.1 2 13 2026-04-13 21:21:23 POINT (2 2) 2026-04-13 21:21:23 3 3 14 2026-04-13 21:21:23 POINT (3 3) 2026-04-13 21:21:23 > > # inner spatial join with st_intersects > st_join(x1, x2, left = FALSE) Flavor: r-devel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.