Last updated on 2026-04-23 19:52:29 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.8 | 8.37 | 119.77 | 128.14 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.8 | 5.89 | 85.89 | 91.78 | 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-devel-macos-arm64 | 0.2.8 | 3.00 | 32.00 | 35.00 | OK | |
| r-devel-windows-x86_64 | 0.2.8 | 16.00 | 129.00 | 145.00 | 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 | OK | ||||
| r-release-macos-x86_64 | 0.2.8 | 7.00 | 149.00 | 156.00 | OK | |
| r-release-windows-x86_64 | 0.2.8 | 18.00 | 118.00 | 136.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.2.8 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.8 | 7.00 | 89.00 | 96.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.8 | 20.00 | 167.00 | 187.00 | OK |
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-release-windows-x86_64