CRAN Package Check Results for Package rcaiman

Last updated on 2025-12-14 14:51:22 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.1 31.23 275.05 306.28 OK
r-devel-linux-x86_64-debian-gcc 2.0.1 18.25 170.91 189.16 OK
r-devel-linux-x86_64-fedora-clang 2.0.1 55.00 467.95 522.95 OK
r-devel-linux-x86_64-fedora-gcc 2.0.1 49.00 417.66 466.66 OK
r-devel-windows-x86_64 2.0.1 28.00 249.00 277.00 OK
r-patched-linux-x86_64 2.0.1 31.93 259.09 291.02 OK
r-release-linux-x86_64 2.0.1 25.27 259.07 284.34 OK
r-release-macos-arm64 2.0.1 OK
r-release-macos-x86_64 2.0.1 18.00 251.00 269.00 OK
r-release-windows-x86_64 2.0.1 29.00 244.00 273.00 OK
r-oldrel-macos-arm64 2.0.1 OK
r-oldrel-macos-x86_64 2.0.1 18.00 264.00 282.00 OK
r-oldrel-windows-x86_64 2.0.1 39.00 288.00 327.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