Last updated on 2025-12-24 00:50:14 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 228.96 | 54.57 | 283.53 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 186.35 | 39.03 | 225.38 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 398.00 | 85.25 | 483.25 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 514.00 | 107.00 | 621.00 | NOTE | |
| r-devel-windows-x86_64 | 1.2.0 | 219.00 | 97.00 | 316.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 267.48 | 50.15 | 317.63 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 263.13 | 48.89 | 312.02 | OK | |
| r-release-macos-arm64 | 1.2.0 | 20.00 | -11.00 | 9.00 | ERROR | |
| r-release-macos-x86_64 | 1.2.0 | 78.00 | 11.00 | 89.00 | ERROR | |
| r-release-windows-x86_64 | 1.2.0 | 230.00 | 96.00 | 326.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | 21.00 | -7.00 | 14.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.2.0 | 77.00 | 1.00 | 78.00 | ERROR | |
| r-oldrel-windows-x86_64 | 1.2.0 | 216.00 | 123.00 | 339.00 | ERROR |
Version: 1.2.0
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘Rcpp’ ‘base’ ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.2.0
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in 'spaths-Ex.R' failed
The error most likely occurred in:
> ### Name: max_edges
> ### Title: Maximum number of edges in your grid
> ### Aliases: max_edges
>
> ### ** Examples
>
> # Generate example data
> set.seed(2L)
> input_grid <- terra::rast(crs = "epsg:4326", resolution = 2, vals = sample(c(1L, NA_integer_),
+ 16200L, TRUE, c(0.8, 0.2)))
Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1)
Error: [rast] empty srs
Execution halted
Flavor: r-oldrel-windows-x86_64