Last updated on 2025-12-07 04:50:06 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 2.00 | 83.25 | 85.25 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 1.43 | 45.03 | 46.46 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 141.27 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 141.69 | OK | |||
| r-devel-windows-x86_64 | 0.3.0 | 4.00 | 78.00 | 82.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 2.05 | 77.77 | 79.82 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 1.76 | 78.74 | 80.50 | OK | |
| r-release-macos-arm64 | 0.3.0 | OK | ||||
| r-release-macos-x86_64 | 0.3.0 | 2.00 | 112.00 | 114.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 3.00 | 79.00 | 82.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.3.0 | 2.00 | 89.00 | 91.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 5.00 | 99.00 | 104.00 | ERROR |
Version: 0.3.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking: 'knitr', 'rmarkdown'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.3.0
Check: tests
Result: ERROR
Running 'testthat.R' [21s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(rasterpic)
>
> test_check("rasterpic")
Starting 2 test processes.
Saving _problems/test-errors_messages-71.R
Saving _problems/test-errors_messages-85.R
Saving _problems/test-errors_messages-105.R
Saving _problems/test-fileformat-76.R
[ FAIL 4 | WARN 15 | SKIP 9 | PASS 272 ]
══ Skipped tests (9) ═══════════════════════════════════════════════════════════
• On CRAN (9): 'test-bbox.R:26:1', 'test-errors_messages.R:1:1',
'test-errors_messages.R:10:1', 'test-errors_messages.R:29:1',
'test-fileformat.R:143:3', 'test-online.R:2:3', 'test-online.R:15:3',
'test-nlayers.R:1:1', 'test-nlayers.R:18:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-errors_messages.R:71:3'): Message in lonlat raster ─────────────
Error: [project] cannot get output boundaries for the target crs
Backtrace:
▆
1. ├─terra::project(x, "epsg:4326") at test-errors_messages.R:71:3
2. └─terra::project(x, "epsg:4326")
3. └─terra (local) .local(x, ...)
4. └─terra:::messages(x, "project")
5. └─terra:::error(f, x@pntr$getError())
── Error ('test-errors_messages.R:85:3'): Message in mask raster ───────────────
Error: [project] cannot get output boundaries for the target crs
Backtrace:
▆
1. ├─terra::project(x, "epsg:3857") at test-errors_messages.R:85:3
2. └─terra::project(x, "epsg:3857")
3. └─terra (local) .local(x, ...)
4. └─terra:::messages(x, "project")
5. └─terra:::error(f, x@pntr$getError())
── Error ('test-errors_messages.R:105:3'): Message in mask raster with SpatExtent ──
Error: [project] cannot get output boundaries for the target crs
Backtrace:
▆
1. ├─terra::project(x, "epsg:3857") at test-errors_messages.R:105:3
2. └─terra::project(x, "epsg:3857")
3. └─terra (local) .local(x, ...)
4. └─terra:::messages(x, "project")
5. └─terra:::error(f, x@pntr$getError())
── Error ('test-fileformat.R:76:3'): Test all image formats with a raster ──────
Error: [project] cannot get output boundaries for the target crs
Backtrace:
▆
1. ├─terra::project(x, "epsg:3857") at test-fileformat.R:76:3
2. └─terra::project(x, "epsg:3857")
3. └─terra (local) .local(x, ...)
4. └─terra:::messages(x, "project")
5. └─terra:::error(f, x@pntr$getError())
[ FAIL 4 | WARN 15 | SKIP 9 | PASS 272 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64