Last updated on 2026-04-25 10:51:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.8 | 8.14 | 121.85 | 129.99 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.8 | 6.30 | 84.34 | 90.64 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.8 | 12.00 | 188.39 | 200.39 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.8 | 13.00 | 196.65 | 209.65 | OK | |
| r-patched-linux-x86_64 | 0.2.8 | 8.06 | 112.54 | 120.60 | OK | |
| r-release-linux-x86_64 | 0.2.8 | 7.59 | 109.33 | 116.92 | OK | |
| r-release-macos-arm64 | 0.2.8 | 3.00 | 32.00 | 35.00 | OK | |
| r-release-macos-x86_64 | 0.2.8 | 9.00 | 148.00 | 157.00 | OK | |
| r-release-windows-x86_64 | 0.2.8 | 15.00 | 128.00 | 143.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.8 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.8 | 7.00 | 149.00 | 156.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.8 | 18.00 | 118.00 | 136.00 | ERROR |
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-oldrel-windows-x86_64