CRAN Package Check Results for Package CMIP6VisR

Last updated on 2025-12-03 18:49:54 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.0 25.79 198.72 224.51 OK
r-devel-linux-x86_64-debian-gcc 1.0.0 15.17 122.82 137.99 OK
r-devel-linux-x86_64-fedora-clang 1.0.0 55.00 310.79 365.79 OK
r-devel-linux-x86_64-fedora-gcc 1.0.0 45.00 304.42 349.42 OK
r-devel-windows-x86_64 1.0.0 20.00 157.00 177.00 OK
r-patched-linux-x86_64 1.0.0 20.71 191.15 211.86 OK
r-release-linux-x86_64 1.0.0 20.84 189.52 210.36 OK
r-release-macos-arm64 1.0.0 OK
r-release-macos-x86_64 1.0.0 23.00 220.00 243.00 OK
r-release-windows-x86_64 1.0.0 21.00 154.00 175.00 OK
r-oldrel-macos-arm64 1.0.0 OK
r-oldrel-macos-x86_64 1.0.0 31.00 151.00 182.00 OK
r-oldrel-windows-x86_64 1.0.0 29.00 212.00 241.00 ERROR

Check Details

Version: 1.0.0
Check: examples
Result: ERROR Running examples in 'CMIP6VisR-Ex.R' failed The error most likely occurred in: > ### Name: cv_clip_basin > ### Title: Get zones and areas that clip rasters from a given basin polygon > ### Aliases: cv_clip_basin > > ### ** Examples > > { + library(terra) + az_raster <- cv_zone_area_raster() + fpath <- system.file("extdata", "07BF001.shp", package = "CMIP6VisR") + basin_vector <- vect(fpath) + basin_areas <- cv_clip_basin(az_raster, basin_vector) + } terra 1.8.86 Warning: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1) Error: [rast] empty srs Execution halted Flavor: r-oldrel-windows-x86_64

Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'vignette_CMIP6VisR.Rmd' using rmarkdown Quitting from vignette_CMIP6VisR.Rmd:86-94 [unnamed-chunk-3] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ <error/rlang_error> Error: ! [rast] empty srs --- Backtrace: ▆ 1. └─CMIP6VisR::cv_zone_area_raster() 2. ├─terra::rast(zone_grid_df, type = "xyz", crs = "epsg:4326") 3. └─terra::rast(zone_grid_df, type = "xyz", crs = "epsg:4326") 4. └─terra (local) .local(x, ...) 5. └─terra:::.rastFromXYZ(x, crs = crs, digits = digits, extent = extent) 6. ├─terra::rast(...) 7. └─terra::rast(...) 8. └─terra (local) .local(x = x, ...) 9. └─terra:::new_rast(...) 10. └─terra:::messages(r, "rast") 11. └─terra:::error(f, x@pntr$getError()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error: processing vignette 'vignette_CMIP6VisR.Rmd' failed with diagnostics: [rast] empty srs --- failed re-building 'vignette_CMIP6VisR.Rmd' SUMMARY: processing the following file failed: 'vignette_CMIP6VisR.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-oldrel-windows-x86_64