CRAN Package Check Results for Package reproducible

Last updated on 2024-12-25 07:50:28 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1.2 17.29 121.96 139.25 ERROR
r-devel-linux-x86_64-debian-gcc 2.1.2 10.70 128.79 139.49 OK
r-devel-linux-x86_64-fedora-clang 2.1.2 346.70 OK
r-devel-linux-x86_64-fedora-gcc 2.1.2 323.98 OK
r-devel-windows-x86_64 2.1.2 17.00 207.00 224.00 OK
r-patched-linux-x86_64 2.1.2 17.32 182.25 199.57 OK
r-release-linux-x86_64 2.1.2 15.85 183.52 199.37 OK
r-release-macos-arm64 2.1.2 96.00 OK
r-release-macos-x86_64 2.1.2 236.00 OK
r-release-windows-x86_64 2.1.2 15.00 203.00 218.00 OK
r-oldrel-macos-arm64 2.1.2 91.00 OK
r-oldrel-macos-x86_64 2.1.2 234.00 OK
r-oldrel-windows-x86_64 2.1.2 18.00 273.00 291.00 OK

Check Details

Version: 2.1.2
Check: examples
Result: ERROR Running examples in ‘reproducible-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: gdalProject > ### Title: 3-Step postProcess sequence for SpatRasters using 'gdalwarp' > ### Aliases: gdalProject gdalResample gdalMask > > ### ** Examples > > # prepare dummy data -- 3 SpatRasters, 2 SpatVectors > # need 2 SpatRaster > rf <- system.file("ex/elev.tif", package = "terra") > elev1 <- terra::rast(rf) Error in loadNamespace(x) : there is no package called ‘terra’ Calls: loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed Cache 2.194 0.198 10.393 Flavor: r-devel-linux-x86_64-debian-clang