• using R Under development (unstable) (2025-11-24 r89059)
  • using platform: aarch64-apple-darwin23
  • R was compiled by     Apple clang version 17.0.0 (clang-1700.3.19.1)     GNU Fortran (GCC) 14.2.0
  • running under: macOS Sequoia 15.7.1
  • using session charset: UTF-8
  • checking for file ‘gapfill/DESCRIPTION’ ... OK
  • checking extension type ... Package
  • this is package ‘gapfill’ version ‘0.9.6-1’
  • checking package namespace information ... OK
  • checking package dependencies ... INFO Package which this enhances but not available for checking: ‘doMPI’
  • checking if this is a source package ... OK
  • checking if there is a namespace ... OK
  • checking for executable files ... OK
  • checking for hidden files and directories ... OK
  • checking for portable file names ... OK
  • checking for sufficient/correct file permissions ... OK
  • checking whether package ‘gapfill’ can be installed ... [5s/5s] OK See the install log for details.
  • used C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
  • used SDK: ‘MacOSX14.5.sdk’
  • checking installed package size ... OK
  • checking package directory ... OK
  • checking DESCRIPTION meta-information ... OK
  • checking top-level files ... OK
  • checking for left-over files ... OK
  • checking index information ... OK
  • checking package subdirectories ... OK
  • checking code files for non-ASCII characters ... OK
  • checking R files for syntax errors ... OK
  • checking whether the package can be loaded ... [1s/1s] OK
  • checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
  • checking whether the package can be unloaded cleanly ... [1s/1s] OK
  • checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
  • checking whether the namespace can be unloaded cleanly ... [1s/1s] OK
  • checking loading without being on the library search path ... [1s/1s] OK
  • checking whether startup messages can be suppressed ... [1s/1s] OK
  • checking dependencies in R code ... OK
  • checking S3 generic/method consistency ... OK
  • checking replacement functions ... OK
  • checking foreign function calls ... OK
  • checking R code for possible problems ... [2s/2s] OK
  • checking Rd files ... [0s/0s] 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 ?
  • checking Rd metadata ... OK
  • checking Rd cross-references ... OK
  • checking for missing documentation entries ... OK
  • checking for code/documentation mismatches ... OK
  • checking Rd \usage sections ... OK
  • checking Rd contents ... OK
  • checking for unstated dependencies in examples ... OK
  • checking contents of ‘data’ directory ... OK
  • checking data for non-ASCII characters ... [0s/0s] OK
  • checking LazyData ... OK
  • checking data for ASCII and uncompressed saves ... OK
  • checking line endings in C/C++/Fortran sources/headers ... OK
  • checking compiled code ... OK
  • checking examples ... [2s/2s] OK
  • checking for unstated dependencies in ‘tests’ ... OK
  • checking tests ... [4s/4s] ERROR   Running ‘run-all.R’ [4s/4s] 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
  • checking PDF version of manual ... [1s/1s] OK
  • DONE Status: 1 ERROR, 1 NOTE
  • using check arguments '--no-clean-on-error '