Last updated on 2026-03-29 01:50:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.8 | 7.70 | 119.61 | 127.31 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.8 | 6.43 | 80.76 | 87.19 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.8 | 11.00 | 182.52 | 193.52 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.8 | 13.00 | 189.53 | 202.53 | OK | |
| r-devel-macos-arm64 | 0.2.8 | 3.00 | 34.00 | 37.00 | OK | |
| r-devel-windows-x86_64 | 0.2.8 | 17.00 | 121.00 | 138.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.8 | 8.11 | 110.17 | 118.28 | OK | |
| r-release-linux-x86_64 | 0.2.8 | 7.61 | 108.74 | 116.35 | 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 | 16.00 | 129.00 | 145.00 | OK | |
| 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 | 22.00 | 165.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-devel-windows-x86_64