Last updated on 2025-12-06 00:48:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.9 | 57.20 | 388.45 | 445.65 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9.9 | 0.30 | 2.91 | 3.21 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.9 | 138.00 | 583.57 | 721.57 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.9 | 296.00 | 452.41 | 748.41 | OK | |
| r-devel-windows-x86_64 | 0.9.9 | 62.00 | 353.00 | 415.00 | OK | |
| r-patched-linux-x86_64 | 0.9.9 | 58.35 | 358.69 | 417.04 | OK | |
| r-release-linux-x86_64 | 0.9.9 | 56.83 | 359.57 | 416.40 | OK | |
| r-release-macos-arm64 | 0.9.9 | OK | ||||
| r-release-macos-x86_64 | 0.9.9 | 101.00 | 566.00 | 667.00 | OK | |
| r-release-windows-x86_64 | 0.9.9 | 60.00 | 354.00 | 414.00 | OK | |
| r-oldrel-macos-arm64 | 0.9.9 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.9.9 | 116.00 | 547.00 | 663.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.9.9 | 81.00 | 423.00 | 504.00 | ERROR |
Version: 0.9.9
Check: package dependencies
Result: ERROR
Packages required but not available:
'exactextractr', 'sf', 'sfheaders', 'stars', 'terra', 'collapse'
Packages suggested but not available for checking:
'covr', 'devtools', 'targets', 'DiagrammeR', 'knitr', 'rmarkdown',
'units', 'dggridR'
VignetteBuilder package required for checking but not installed: ‘knitr’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.9
Check: installed package size
Result: NOTE
installed size is 6.9Mb
sub-directories of 1Mb or more:
data 3.0Mb
extdata 2.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.9.9
Check: examples
Result: ERROR
Running examples in 'chopin-Ex.R' failed
The error most likely occurred in:
> ### Name: extract_at
> ### Title: Extract raster values with point buffers or polygons
> ### Aliases: extract_at extract_at,SpatRaster,sf-method
> ### extract_at,character,character-method
> ### extract_at,SpatRaster,character-method
> ### extract_at,SpatRaster,SpatVector-method
> ### extract_at,character,sf-method extract_at,character,SpatVector-method
>
> ### ** Examples
>
> ncpath <- system.file("gpkg/nc.gpkg", package = "sf")
> rastpath <- file.path(tempdir(), "test.tif")
>
> nc <- terra::vect(ncpath)
> nc <- terra::project(nc, "EPSG:5070")
Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1)
Error: [project] output crs is not valid
Execution halted
Flavor: r-oldrel-windows-x86_64