Last updated on 2025-12-03 05:50:25 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 3.1.0 | 32.15 | 239.62 | 271.77 | OK | |
| r-devel-linux-x86_64-debian-gcc | 3.1.0 | 20.68 | 153.39 | 174.07 | OK | |
| r-devel-linux-x86_64-fedora-clang | 3.1.0 | 116.00 | 318.56 | 434.56 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 3.1.0 | 61.00 | 356.66 | 417.66 | OK | |
| r-devel-windows-x86_64 | 3.1.0 | 28.00 | 193.00 | 221.00 | OK | |
| r-patched-linux-x86_64 | 3.1.0 | 28.09 | 230.68 | 258.77 | OK | |
| r-release-linux-x86_64 | 3.1.0 | 25.41 | 232.00 | 257.41 | OK | |
| r-release-macos-arm64 | 3.1.0 | OK | ||||
| r-release-macos-x86_64 | 3.1.0 | 25.00 | 169.00 | 194.00 | OK | |
| r-release-windows-x86_64 | 3.1.0 | 26.00 | 223.00 | 249.00 | OK | |
| r-oldrel-macos-arm64 | 3.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 3.1.0 | 25.00 | 139.00 | 164.00 | OK | |
| r-oldrel-windows-x86_64 | 3.1.0 | 39.00 | 266.00 | 305.00 | ERROR |
Version: 3.1.0
Check: examples
Result: ERROR
Running examples in 'ShapePattern-Ex.R' failed
The error most likely occurred in:
> ### Name: ssr
> ### Title: Decompose a planar shape (polygon) to produce area, perimeter,
> ### and number of parts spectra
> ### Aliases: ssr
> ### Keywords: manip
>
> ### ** Examples
>
> # ALTERNATE DEMO DATASETS
> # shpfileobj <- terra::vect(data$p4no)
> # shpfileobj <- terra::vect(data$p4is)
>
> # PATH TO DEMO SHAPEFILE
> f <- system.file("ex/lux.shp", package="terra")
> # IMPORT SHAPEFILE TO SpatVect FORMAT WITH terra PACKAGE
> v <- terra::vect(f)
Warning: PROJ: proj_identify: Cannot find proj.db (GDAL error 1)
> # REPROJECT TO A VALID PROEJCTION
> shpfileobj <- terra::project(v, "EPSG:2150")
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