Last updated on 2025-12-26 18:49:50 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 231.18 | 54.29 | 285.47 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 187.52 | 39.41 | 226.93 | 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 | 215.00 | 99.00 | 314.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 264.59 | 50.43 | 315.02 | 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 | 75.00 | 3.00 | 78.00 | ERROR | |
| r-release-windows-x86_64 | 1.2.0 | 226.00 | 102.00 | 328.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | 20.00 | -6.00 | 14.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.2.0 | 75.00 | 6.00 | 81.00 | ERROR | |
| r-oldrel-windows-x86_64 | 1.2.0 | 198.00 | 122.00 | 320.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