Last updated on 2025-12-03 01:50:12 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2.0 | 228.41 | 53.51 | 281.92 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.2.0 | 183.98 | 38.32 | 222.30 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.2.0 | 570.00 | -72.58 | 497.42 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 306.00 | 293.28 | 599.28 | NOTE | |
| r-devel-windows-x86_64 | 1.2.0 | 256.00 | 94.00 | 350.00 | OK | |
| r-patched-linux-x86_64 | 1.2.0 | 263.77 | 50.69 | 314.46 | OK | |
| r-release-linux-x86_64 | 1.2.0 | 260.91 | 51.05 | 311.96 | OK | |
| r-release-macos-arm64 | 1.2.0 | 4.00 | 5.00 | 9.00 | ERROR | |
| r-release-macos-x86_64 | 1.2.0 | 29.00 | 12.00 | 41.00 | ERROR | |
| r-release-windows-x86_64 | 1.2.0 | 228.00 | 101.00 | 329.00 | OK | |
| r-oldrel-macos-arm64 | 1.2.0 | 5.00 | 12.00 | 17.00 | ERROR | |
| r-oldrel-macos-x86_64 | 1.2.0 | 36.00 | 15.00 | 51.00 | ERROR | |
| r-oldrel-windows-x86_64 | 1.2.0 | 226.00 | 121.00 | 347.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