Last updated on 2025-09-19 19:49:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.6-1 | 22.88 | 143.13 | 166.01 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.9.6-1 | 12.98 | 98.45 | 111.43 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.9.6-1 | 253.73 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.6-1 | 261.95 | ERROR | |||
r-devel-windows-x86_64 | 0.9.6-1 | 25.00 | 140.00 | 165.00 | NOTE | |
r-patched-linux-x86_64 | 0.9.6-1 | 21.07 | 131.38 | 152.45 | ERROR | |
r-release-linux-x86_64 | 0.9.6-1 | 18.74 | 130.68 | 149.42 | ERROR | |
r-release-macos-arm64 | 0.9.6-1 | 84.00 | NOTE | |||
r-release-macos-x86_64 | 0.9.6-1 | 126.00 | NOTE | |||
r-release-windows-x86_64 | 0.9.6-1 | 24.00 | 148.00 | 172.00 | ERROR | |
r-oldrel-macos-arm64 | 0.9.6-1 | 58.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.9.6-1 | 95.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.9.6-1 | 31.00 | 189.00 | 220.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’ [19s/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 <--
[ 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-linux-x86_64-debian-clang
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [12s/14s]
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-linux-x86_64-debian-gcc
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [28s/37s]
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-linux-x86_64-fedora-clang
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [31s/217s]
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-linux-x86_64-fedora-gcc
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [17s/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 <--
[ 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-patched-linux-x86_64
Version: 0.9.6-1
Check: tests
Result: ERROR
Running ‘run-all.R’ [17s/19s]
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-release-linux-x86_64
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-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 <--
[ 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-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.