Last updated on 2026-04-16 03:52:54 CEST.
| Package | ERROR | OK |
|---|---|---|
| mapsapi | 14 | |
| nngeo | 14 | |
| starsExtra | 1 | 13 |
Current CRAN status: OK: 14
Current CRAN status: OK: 14
Current CRAN status: ERROR: 1, OK: 13
Version: 0.2.8
Check: examples
Result: ERROR
Running examples in 'starsExtra-Ex.R' failed
The error most likely occurred in:
> ### Name: dist_to_nearest
> ### Title: Calculate raster of distances to nearest feature
> ### Aliases: dist_to_nearest
>
> ### ** Examples
>
> # Sample 'sf' layer
> x = st_point(c(0,0))
> y = st_point(c(1,1))
> x = st_sfc(x, y)
> x = st_sf(x)
> x = st_buffer(x, 0.5)
>
> # Make grid
> r = make_grid(x, res = 0.1, buffer = 0.5)
> d = dist_to_nearest(r, x, progress = FALSE)
lines or polygons
Flavor: r-release-windows-x86_64