Last updated on 2024-12-23 12:49:23 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.1.2 | 17.29 | 194.05 | 211.34 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.1.2 | 11.00 | 83.23 | 94.23 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 2.1.2 | 346.70 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.1.2 | 330.84 | OK | |||
r-devel-windows-x86_64 | 2.1.2 | 17.00 | 206.00 | 223.00 | OK | |
r-patched-linux-x86_64 | 2.1.2 | 19.59 | 182.12 | 201.71 | 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.0 | 20.00 | 246.00 | 266.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 |
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
Flavor: r-devel-linux-x86_64-debian-gcc