CRAN Package Check Results for Package terra

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.8-80 494.58 418.90 913.48 OK
r-devel-linux-x86_64-debian-gcc 1.8-86 419.99 266.49 686.48 OK
r-devel-linux-x86_64-fedora-clang 1.8-86 1140.00 522.12 1662.12 OK
r-devel-linux-x86_64-fedora-gcc 1.8-86 327.00 1109.81 1436.81 OK
r-devel-windows-x86_64 1.8-80 622.00 926.00 1548.00 OK
r-patched-linux-x86_64 1.8-80 562.73 389.50 952.23 OK
r-release-linux-x86_64 1.8-86 563.48 394.12 957.60 OK
r-release-macos-arm64 1.8-86 36.00 86.00 122.00 OK
r-release-macos-x86_64 1.8-86 372.00 555.00 927.00 OK
r-release-windows-x86_64 1.8-80 525.00 1070.00 1595.00 OK
r-oldrel-macos-arm64 1.8-86 44.00 91.00 135.00 NOTE
r-oldrel-macos-x86_64 1.8-86 495.00 675.00 1170.00 NOTE
r-oldrel-windows-x86_64 1.8-86 464.00 835.00 1299.00 ERROR

Check Details

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