CRAN Package Check Results for Package terra

Last updated on 2025-12-06 10:50:51 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.8-86 497.73 417.73 915.46 OK
r-devel-linux-x86_64-debian-gcc 1.8-86 425.00 258.60 683.60 WARN
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-86 563.00 820.00 1383.00 OK
r-patched-linux-x86_64 1.8-86 561.22 383.93 945.15 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-86 565.00 882.00 1447.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 699.00 1156.00 1855.00 ERROR

Check Details

Version: 1.8-86
Check: whether package can be installed
Result: WARN Found the following significant warnings: /home/hornik/tmp/R.check/r-devel-gcc/Work/build/include/R_ext/Callbacks.h:32:2: warning: ‘#warning’ before C++23 is a GCC extension [-Wc++23-extensions] See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/terra.Rcheck/00install.out’ for details. * used C compiler: ‘gcc-15 (Debian 15.2.0-9) 15.2.0’ * used C++ compiler: ‘g++-15 (Debian 15.2.0-9) 15.2.0’ Flavor: r-devel-linux-x86_64-debian-gcc

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