Last updated on 2025-12-07 07:50:42 CET.
| Package | ERROR | OK |
|---|---|---|
| aspace | 1 | 12 |
| morph | 1 | 12 |
| ShapePattern | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
Version: 4.1.2
Check: package dependencies
Result: ERROR
Package required but not available: ‘Hmisc’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Current CRAN status: ERROR: 1, OK: 12
Version: 1.1.0
Check: package dependencies
Result: ERROR
Package required but not available: ‘rgl’
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
manual.
Flavor: r-devel-linux-x86_64-debian-gcc
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