Last updated on 2026-03-28 01:52:08 CET.
| 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)
Flavor: r-devel-windows-x86_64