Last updated on 2025-11-24 01:48:38 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9.6-1 | 20.05 | 142.14 | 162.19 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.9.6-1 | 13.97 | 99.17 | 113.14 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9.6-1 | 61.00 | 199.42 | 260.42 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.9.6-1 | 58.00 | 185.98 | 243.98 | ERROR | |
| r-devel-windows-x86_64 | 0.9.6-1 | 29.00 | 152.00 | 181.00 | ERROR | |
| r-patched-linux-x86_64 | 0.9.6-1 | 19.93 | 131.49 | 151.42 | ERROR | |
| r-release-linux-x86_64 | 0.9.6-1 | 20.61 | 132.05 | 152.66 | ERROR | |
| r-release-macos-arm64 | 0.9.6-1 | NOTE | ||||
| r-release-macos-x86_64 | 0.9.6-1 | 16.00 | 110.00 | 126.00 | NOTE | |
| r-release-windows-x86_64 | 0.9.6-1 | 26.00 | 141.00 | 167.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.9.6-1 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.9.6-1 | 14.00 | 81.00 | 95.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.9.6-1 | 31.00 | 190.00 | 221.00 | ERROR |
Version: 0.9.6-1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Florian Gerber <flora.fauna.gerber@gmail.com>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.9.6-1
Check: Rd files
Result: NOTE
checkRd: (-1) Gapfill.Rd:66-68: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) Gapfill.Rd:69-70: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) Gapfill.Rd:71-77: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) Gapfill.Rd:72: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) Gapfill.Rd:73: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) Gapfill.Rd:74: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) Gapfill.Rd:75: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) Gapfill.Rd:78: Lost braces in \itemize; \value handles \item{}{} directly
checkRd: (-1) ndvi.Rd:10: Lost braces in \itemize; meant \describe ?
checkRd: (-1) ndvi.Rd:11: Lost braces in \itemize; meant \describe ?
checkRd: (-1) ndvi.Rd:12: Lost braces in \itemize; meant \describe ?
checkRd: (-1) ndvi.Rd:13: Lost braces in \itemize; meant \describe ?
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [17s/22s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library(testthat)
> test_check('gapfill')
Loading required package: gapfill
Loading required package: ggplot2
--> See ?Gapfill and https://doi.org/10.1109/TGRS.2017.2785240 <--
Saving _problems/test-Image-5.R
Saving _problems/test-Image-6.R
Saving _problems/test-Image-7.R
Saving _problems/test-Image-10.R
Saving _problems/test-Image-11.R
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Image.R:5:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:6:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , , 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:7:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , 1, 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:10:4'): Image ────────────────────────────────────────
Expected `class(Image(unname(ndvi)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:11:4'): Image ────────────────────────────────────────
Expected `class(Image(ndvi, zlim = c(1, 2)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
Error:
! Test failures.
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-release-linux-x86_64
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [13s/18s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library(testthat)
> test_check('gapfill')
Loading required package: gapfill
Loading required package: ggplot2
--> See ?Gapfill and https://doi.org/10.1109/TGRS.2017.2785240 <--
Saving _problems/test-Image-5.R
Saving _problems/test-Image-6.R
Saving _problems/test-Image-7.R
Saving _problems/test-Image-10.R
Saving _problems/test-Image-11.R
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Image.R:5:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:6:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , , 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:7:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , 1, 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:10:4'): Image ────────────────────────────────────────
Expected `class(Image(unname(ndvi)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:11:4'): Image ────────────────────────────────────────
Expected `class(Image(ndvi, zlim = c(1, 2)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [29s/36s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library(testthat)
> test_check('gapfill')
Loading required package: gapfill
Loading required package: ggplot2
--> See ?Gapfill and https://doi.org/10.1109/TGRS.2017.2785240 <--
Saving _problems/test-Image-5.R
Saving _problems/test-Image-6.R
Saving _problems/test-Image-7.R
Saving _problems/test-Image-10.R
Saving _problems/test-Image-11.R
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Image.R:5:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:6:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , , 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:7:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , 1, 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:10:4'): Image ────────────────────────────────────────
Expected `class(Image(unname(ndvi)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:11:4'): Image ────────────────────────────────────────
Expected `class(Image(ndvi, zlim = c(1, 2)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [28s/29s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library(testthat)
> test_check('gapfill')
Loading required package: gapfill
Loading required package: ggplot2
--> See ?Gapfill and https://doi.org/10.1109/TGRS.2017.2785240 <--
Saving _problems/test-Image-5.R
Saving _problems/test-Image-6.R
Saving _problems/test-Image-7.R
Saving _problems/test-Image-10.R
Saving _problems/test-Image-11.R
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Image.R:5:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:6:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , , 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:7:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , 1, 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:10:4'): Image ────────────────────────────────────────
Expected `class(Image(unname(ndvi)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:11:4'): Image ────────────────────────────────────────
Expected `class(Image(ndvi, zlim = c(1, 2)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.9.6-1
Check: tests
Result: ERROR
Running 'run-all.R' [16s]
Running the tests in 'tests/run-all.R' failed.
Complete output:
> library(testthat)
> test_check('gapfill')
Loading required package: gapfill
Loading required package: ggplot2
--> See ?Gapfill and https://doi.org/10.1109/TGRS.2017.2785240 <--
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Image.R:5:4'): Image ─────────────────────────────────────────
class(Image(ndvi)) not equal to c("gg", "ggplot").
Lengths differ: 5 is not 2
── Failure ('test-Image.R:6:4'): Image ─────────────────────────────────────────
class(Image(ndvi[, , , 1])) not equal to c("gg", "ggplot").
Lengths differ: 5 is not 2
── Failure ('test-Image.R:7:4'): Image ─────────────────────────────────────────
class(Image(ndvi[, , 1, 1])) not equal to c("gg", "ggplot").
Lengths differ: 5 is not 2
── Failure ('test-Image.R:10:4'): Image ────────────────────────────────────────
class(Image(unname(ndvi))) not equal to c("gg", "ggplot").
Lengths differ: 5 is not 2
── Failure ('test-Image.R:11:4'): Image ────────────────────────────────────────
class(Image(ndvi, zlim = c(1, 2))) not equal to c("gg", "ggplot").
Lengths differ: 5 is not 2
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [17s/23s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library(testthat)
> test_check('gapfill')
Loading required package: gapfill
Loading required package: ggplot2
--> See ?Gapfill and https://doi.org/10.1109/TGRS.2017.2785240 <--
Saving _problems/test-Image-5.R
Saving _problems/test-Image-6.R
Saving _problems/test-Image-7.R
Saving _problems/test-Image-10.R
Saving _problems/test-Image-11.R
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Image.R:5:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:6:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , , 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:7:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , 1, 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:10:4'): Image ────────────────────────────────────────
Expected `class(Image(unname(ndvi)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:11:4'): Image ────────────────────────────────────────
Expected `class(Image(ndvi, zlim = c(1, 2)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
Error:
! Test failures.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 0.9.6-1
Check: tests
Result: ERROR
Running 'run-all.R' [15s]
Running the tests in 'tests/run-all.R' failed.
Complete output:
> library(testthat)
> test_check('gapfill')
Loading required package: gapfill
Loading required package: ggplot2
--> See ?Gapfill and https://doi.org/10.1109/TGRS.2017.2785240 <--
Saving _problems/test-Image-5.R
Saving _problems/test-Image-6.R
Saving _problems/test-Image-7.R
Saving _problems/test-Image-10.R
Saving _problems/test-Image-11.R
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Image.R:5:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:6:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , , 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:7:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , 1, 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:10:4'): Image ────────────────────────────────────────
Expected `class(Image(unname(ndvi)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:11:4'): Image ────────────────────────────────────────
Expected `class(Image(ndvi, zlim = c(1, 2)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
Error:
! Test failures.
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.9.6-1
Check: package dependencies
Result: NOTE
Package which this enhances but not available for checking: ‘doMPI’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.9.6-1
Check: tests
Result: ERROR
Running 'run-all.R' [21s]
Running the tests in 'tests/run-all.R' failed.
Complete output:
> library(testthat)
> test_check('gapfill')
Loading required package: gapfill
Loading required package: ggplot2
--> See ?Gapfill and https://doi.org/10.1109/TGRS.2017.2785240 <--
Saving _problems/test-Image-5.R
Saving _problems/test-Image-6.R
Saving _problems/test-Image-7.R
Saving _problems/test-Image-10.R
Saving _problems/test-Image-11.R
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-Image.R:5:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:6:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , , 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:7:4'): Image ─────────────────────────────────────────
Expected `class(Image(ndvi[, , 1, 1]))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:10:4'): Image ────────────────────────────────────────
Expected `class(Image(unname(ndvi)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
── Failure ('test-Image.R:11:4'): Image ────────────────────────────────────────
Expected `class(Image(ndvi, zlim = c(1, 2)))` to equal `c("gg", "ggplot")`.
Differences:
Lengths differ: 5 is not 2
[ FAIL 5 | WARN 6 | SKIP 0 | PASS 870 ]
Error:
! Test failures.
Execution halted
Flavor: r-oldrel-windows-x86_64