CRAN Package Check Results for Maintainer ‘Henning Teickner <henning.teickner at uni-muenster.de>’

Last updated on 2026-04-09 05:52:00 CEST.

Package ERROR OK
ir 14
sftime 1 13

Package ir

Current CRAN status: OK: 14

Package sftime

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-08 09:50:25.15647 to 2026-04-08 09:50:25.15647. a.x a.y time.y geometry time.x 1 1 NA <NA> POINT (1 1) 2026-04-08 09:50:25 2 2 12 2026-04-08 09:50:25 POINT (2 2) 2026-04-08 09:50:25 2.1 2 13 2026-04-08 09:50:25 POINT (2 2) 2026-04-08 09:50:25 3 3 14 2026-04-08 09:50:25 POINT (3 3) 2026-04-08 09:50:25 > > # inner spatial join with st_intersects > st_join(x1, x2, left = FALSE) Spatiotemporal feature collection with 3 features and 3 fields Geometry type: POINT Dimension: XY Bounding box: xmin: 2 ymin: 2 xmax: 3 ymax: 3 CRS: NA Time column with classes: 'POSIXct', 'POSIXt'. Ranging from 2026-04-08 09:50:25.15647 to 2026-04-08 09:50:25.15647. a.x a.y time.y geometry time.x 2 2 12 2026-04-08 09:50:25 POINT (2 2) 2026-04-08 09:50:25 2.1 2 13 2026-04-08 09:50:25 POINT (2 2) 2026-04-08 09:50:25 3 3 14 2026-04-08 09:50:25 POINT (3 3) 2026-04-08 09:50:25 > > ## st_filter > > st_filter(x1, x2) Flavor: r-devel-windows-x86_64