Last updated on 2025-12-03 05:50:02 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 | 44.73 | 240.80 | 285.53 | OK | |
| 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 | 66.00 | 353.00 | 419.00 | OK | |
| r-patched-linux-x86_64 | 0.9.9 | 57.22 | 355.53 | 412.75 | 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 | 59.00 | 350.00 | 409.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 | 80.00 | 433.00 | 513.00 | ERROR |
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