CRAN Package Check Results for Package rcaiman

Last updated on 2025-12-03 01:50:08 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.1 30.67 281.21 311.88 OK
r-devel-linux-x86_64-debian-gcc 2.0.1 17.73 176.19 193.92 OK
r-devel-linux-x86_64-fedora-clang 2.0.1 152.00 370.95 522.95 OK
r-devel-linux-x86_64-fedora-gcc 2.0.1 59.00 407.66 466.66 OK
r-devel-windows-x86_64 2.0.1 35.00 246.00 281.00 OK
r-patched-linux-x86_64 2.0.1 28.16 260.56 288.72 OK
r-release-linux-x86_64 2.0.1 28.37 261.93 290.30 OK
r-release-macos-arm64 2.0.1 OK
r-release-macos-x86_64 2.0.1 30.00 239.00 269.00 OK
r-release-windows-x86_64 2.0.1 30.00 262.00 292.00 OK
r-oldrel-macos-arm64 2.0.1 OK
r-oldrel-macos-x86_64 2.0.1 29.00 253.00 282.00 OK
r-oldrel-windows-x86_64 2.0.1 39.00 316.00 355.00 ERROR

Check Details

Version: 2.0.1
Check: examples
Result: ERROR Running examples in 'rcaiman-Ex.R' failed The error most likely occurred in: > ### Name: compute_canopy_openness > ### Title: Calculate canopy openness > ### Aliases: compute_canopy_openness > > ### ** Examples > > caim <- read_caim() Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1) Warning: [crs<-] Cannot set raster SRS: empty srs > z <- zenith_image(ncol(caim), lens()) Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1) Warning: [crs<-] Cannot set raster SRS: empty srs > a <- azimuth_image(z) > m <- select_sky_region(z, 0, 70) > bin <- binarize_with_thr(caim$Blue, thr_isodata(caim$Blue[m])) The threshold value was computed with a subsample of size 500. > plot(bin) > compute_canopy_openness(bin, z, a, m, 10) Error: `r` and `segmentation` must have the same geometry. Execution halted Flavor: r-oldrel-windows-x86_64