Last updated on 2026-05-07 00:50:39 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.2 | 26.27 | 72.21 | 98.48 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.2 | 16.84 | 51.61 | 68.45 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.1.2 | 40.00 | 84.40 | 124.40 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.2 | 47.00 | 87.14 | 134.14 | ERROR | |
| r-devel-windows-x86_64 | 0.1.2 | 31.00 | 94.00 | 125.00 | OK | |
| r-patched-linux-x86_64 | 0.1.2 | 21.42 | 68.30 | 89.72 | OK | |
| r-release-linux-x86_64 | 0.1.2 | 21.51 | 69.98 | 91.49 | OK | |
| r-release-macos-arm64 | 0.1.2 | 5.00 | 18.00 | 23.00 | OK | |
| r-release-macos-x86_64 | 0.1.2 | 14.00 | 110.00 | 124.00 | OK | |
| r-release-windows-x86_64 | 0.1.2 | 31.00 | 96.00 | 127.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.2 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.2 | 13.00 | 107.00 | 120.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.2 | 38.00 | 125.00 | 163.00 | OK |
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘geogrid-Ex.R’ failed
The error most likely occurred in:
> ### 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.13.0, GDAL 3.11.5, PROJ 9.6.2; 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
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘geogrid-Ex.R’ failed
The error most likely occurred in:
> ### 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.13.0, GDAL 3.10.3, PROJ 9.6.2; 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
Flavor: r-devel-linux-x86_64-fedora-gcc