Last updated on 2025-09-11 15:49:27 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9.6-1 | 20.88 | 133.29 | 154.17 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.9.6-1 | 14.88 | 93.23 | 108.11 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.9.6-1 | 253.15 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.9.6-1 | 234.62 | 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 | 19.57 | 122.85 | 142.42 | NOTE | |
r-release-linux-x86_64 | 0.9.6-1 | 19.74 | 123.56 | 143.30 | NOTE | |
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 | 140.00 | 164.00 | NOTE | |
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 | 30.00 | 180.00 | 210.00 | NOTE |
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’ [27s/35s]
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’ [27s/34s]
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: package dependencies
Result: NOTE
Package which this enhances but not available for checking: ‘doMPI’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64