Last updated on 2025-12-03 05:50:56 CET.
| Package | ERROR | OK |
|---|---|---|
| aspace | 13 | |
| morph | 13 | |
| ShapePattern | 1 | 12 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: ERROR: 1, OK: 12
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