CRAN Package Check Results for Package geogrid

Last updated on 2026-05-30 09:51:42 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.3 OK
r-devel-linux-x86_64-debian-gcc 0.1.3 15.14 50.99 66.13 OK
r-devel-linux-x86_64-fedora-clang 0.1.3 38.00 107.00 145.00 OK
r-devel-linux-x86_64-fedora-gcc 0.1.3 42.00 109.61 151.61 OK
r-devel-windows-x86_64 0.1.3 33.00 100.00 133.00 OK
r-patched-linux-x86_64 0.1.2 21.48 48.71 70.19 ERROR
r-release-linux-x86_64 0.1.2 29.84 48.24 78.08 ERROR
r-release-macos-arm64 0.1.3 5.00 22.00 27.00 OK
r-release-macos-x86_64 0.1.3 15.00 67.00 82.00 OK
r-release-windows-x86_64 0.1.3 29.00 106.00 135.00 OK
r-oldrel-macos-arm64 0.1.3 4.00 23.00 27.00 OK
r-oldrel-macos-x86_64 0.1.3 10.00 160.00 170.00 OK
r-oldrel-windows-x86_64 0.1.3 26.00 130.00 156.00 OK

Check Details

Version: 0.1.2
Check: examples
Result: ERROR Running examples in ‘geogrid-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: assign_polygons > ### Title: Assign the polygons in the original spatial data to their new > ### location. > ### Aliases: assign_polygons assign_polygons.SpatialPolygonsDataFrame > ### assign_polygons.sf > > ### ** Examples > > library(sf) Linking to GEOS 3.14.1, GDAL 3.12.3, PROJ 9.8.1; sf_use_s2() is TRUE > input_file <- system.file("extdata", "london_LA.json", package = "geogrid") > original_shapes <- st_read(input_file) %>% st_set_crs(27700) Error in st_read(input_file) %>% st_set_crs(27700) : could not find function "%>%" Execution halted Flavors: r-patched-linux-x86_64, r-release-linux-x86_64