CRAN Package Check Results for Maintainer ‘Robert J. Hijmans <r.hijmans at gmail.com>’

Last updated on 2025-12-07 07:50:41 CET.

Package ERROR NOTE OK
dismo 13
geodata 13
geosphere 2 11
meteor 13
predicts 3 10
raster 1 2 10
Recocrop 13
Rquefts 13
Rwofost 5 8
terra 1 2 10

Package dismo

Current CRAN status: OK: 13

Package geodata

Current CRAN status: OK: 13

Package geosphere

Current CRAN status: NOTE: 2, OK: 11

Version: 1.5-20
Check: installed package size
Result: NOTE installed size is 6.1Mb sub-directories of 1Mb or more: libs 5.1Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package meteor

Current CRAN status: OK: 13

Package predicts

Current CRAN status: NOTE: 3, OK: 10

Version: 0.1-19
Check: installed package size
Result: NOTE installed size is 5.9Mb sub-directories of 1Mb or more: R 4.5Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package raster

Current CRAN status: ERROR: 1, NOTE: 2, OK: 10

Version: 3.6-32
Check: installed package size
Result: NOTE installed size is 12.9Mb sub-directories of 1Mb or more: R 4.0Mb libs 7.9Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 3.6-32
Check: tests
Result: ERROR Running 'tinytest.R' [12s] Running the tests in 'tests/tinytest.R' failed. Complete output: > > if ( requireNamespace("tinytest", quietly=TRUE) ){ + tinytest::test_package("raster") + } Loading required package: sp test_getvaluesblock.R......... 0 tests test_getvaluesblock.R......... 0 tests test_getvaluesblock.R......... 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.3s<1b>[0m test_rasterize.R.............. 0 tests test_rasterize.R.............. 0 tests test_rasterize.R.............. 0 tests test_rasterize.R.............. 0 tests test_rasterize.R.............. 0 tests test_rasterize.R.............. 0 tests test_rasterize.R.............. 0 tests test_rasterize.R.............. 0 tests test_rasterize.R.............. 1 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m1.2s<1b>[0m <1b>[0;36m2ms<1b>[0m test_subset.R................. 0 tests test_subset.R................. 0 tests test_subset.R................. 0 tests test_subset.R................. 0 tests test_subset.R................. 1 tests <1b>[0;32mOK<1b>[0m test_subset.R................. 2 tests <1b>[0;32mOK<1b>[0m test_subset.R................. 3 tests <1b>[0;32mOK<1b>[0m test_subset.R................. 4 tests <1b>[0;32mOK<1b>[0m test_subset.R................. 5 tests <1b>[0;32mOK<1b>[0m test_subset.R................. 6 tests <1b>[0;32mOK<1b>[0m <1b>[0;34m0.4s<1b>[0m test_wkt_grd.R................ 0 tests test_wkt_grd.R................ 0 tests Error: [rast] empty srs In addition: Warning message: PROJ: proj_create_from_database: Cannot find proj.db (GDAL error 1) Execution halted Flavor: r-oldrel-windows-x86_64

Package Recocrop

Current CRAN status: OK: 13

Package Rquefts

Current CRAN status: OK: 13

Package Rwofost

Current CRAN status: NOTE: 5, OK: 8

Additional issues

valgrind

Version: 0.8-3
Check: C++ specification
Result: NOTE Specified C++11: support will be removed soon Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.8-3
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-patched-linux-x86_64, r-oldrel-windows-x86_64

Version: 0.8-6
Check: installed package size
Result: NOTE installed size is 10.8Mb sub-directories of 1Mb or more: libs 9.8Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Package terra

Current CRAN status: ERROR: 1, NOTE: 2, OK: 10

Version: 1.8-86
Check: installed package size
Result: NOTE installed size is 135.5Mb sub-directories of 1Mb or more: R 3.1Mb libs 130.7Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.8-86
Check: examples
Result: ERROR Running examples in 'terra-Ex.R' failed The error most likely occurred in: > ### Name: cellSize > ### Title: Area covered by each raster cell > ### Aliases: cellSize cellSize,SpatRaster-method > ### Keywords: methods spatial > > ### ** Examples > > > # SpatRaster > r <- rast(nrows=18, ncols=36) > v <- 1:ncell(r) > v[200:400] <- NA > values(r) <- v > > # size of each raster cell > a <- cellSize(r) > > # illustration of distortion > r <- rast(ncols=90, nrows=45, ymin=-80, ymax=80) > m <- project(r, "+proj=merc") Warning: PROJ: proj_create: no database context specified (GDAL error 1) Warning: PROJ: proj_create: no database context specified (GDAL error 1) Error: [project] cannot get output boundaries for the target crs Execution halted Flavor: r-oldrel-windows-x86_64