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.
Last updated on 2026-04-15 05:53:27 CEST.
| Package | ERROR | OK |
|---|---|---|
| ir | 14 | |
| sftime | 1 | 13 |
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, OK: 13
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.