Last updated on 2025-12-03 05:50:55 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| dismo | 13 | ||
| geodata | 13 | ||
| geosphere | 2 | 11 | |
| meteor | 13 | ||
| predicts | 3 | 10 | |
| raster | 1 | 3 | 9 |
| Recocrop | 13 | ||
| Rquefts | 13 | ||
| Rwofost | 13 | ||
| terra | 1 | 2 | 10 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
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
Current CRAN status: OK: 13
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
Current CRAN status: ERROR: 1, NOTE: 3, OK: 9
Version: 3.6-32
Check: Rd files
Result: NOTE
checkRd: (-1) raster-package.Rd:193-220: Only 2 columns allowed in this table (row 10 has 1)
checkRd: (-1) raster-package.Rd:193-220: Only 2 columns allowed in this table (row 18 has 1)
checkRd: (-1) raster-package.Rd:281-294: Only 2 columns allowed in this table (row 1 has 1)
checkRd: (-1) raster-package.Rd:281-294: Only 2 columns allowed in this table (row 5 has 1)
checkRd: (-1) raster-package.Rd:281-294: Only 2 columns allowed in this table (row 6 has 1)
Flavor: r-devel-windows-x86_64
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.4s<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.1s<1b>[0m
<1b>[0;36m3ms<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
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 13
Version: 0.8-3
Check: C++ specification
Result: NOTE
Specified C++11: support will be removed soon
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.8-3
Check: C++ specification
Result: NOTE
Specified C++11: please drop specification unless essential
Flavors: r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.8-3
Check: installed package size
Result: NOTE
installed size is 10.3Mb
sub-directories of 1Mb or more:
libs 9.3Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
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