• using R version 4.5.0 (2025-04-11)
  • using platform: x86_64-apple-darwin20
  • R was compiled by     Apple clang version 14.0.0 (clang-1400.0.29.202)     GNU Fortran (GCC) 14.2.0
  • running under: macOS Ventura 13.3.1
  • using session charset: UTF-8
  • checking for file ‘dockerfiler/DESCRIPTION’ ... OK
  • this is package ‘dockerfiler’ version ‘0.2.5’
  • package encoding: UTF-8
  • checking package namespace information ... OK
  • checking package dependencies ... OK
  • 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 ‘dockerfiler’ can be installed ... [3s/6s] OK See the install log for details.
  • checking installed package size ... OK
  • checking package directory ... OK
  • checking ‘build’ 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/2s] OK
  • checking whether the package can be loaded with stated dependencies ... [0s/1s] OK
  • checking whether the package can be unloaded cleanly ... [0s/1s] OK
  • checking whether the namespace can be loaded with stated dependencies ... [0s/1s] OK
  • checking whether the namespace can be unloaded cleanly ... [1s/2s] OK
  • checking loading without being on the library search path ... [1s/2s] 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/5s] OK
  • checking Rd files ... [0s/1s] OK
  • 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 installed files from ‘inst/doc’ ... OK
  • checking files in ‘vignettes’ ... OK
  • checking examples ... [1s/2s] OK
  • checking for unstated dependencies in ‘tests’ ... OK
  • checking tests ... [111s/229s] ERROR   Running ‘testthat.R’ [111s/229s] Running the tests in ‘tests/testthat.R’ failed. Complete output:   > library(testthat)   > library(dockerfiler)   >   > test_check("dockerfiler")   i Please wait while we compute system requirements...      ✔ Updated metadata database: 5.91 MB in 15 files.      ℹ Updating metadata database   ✔ Updating metadata database ... done      v Done   renv version = 0.0.0   i Please wait while we compute system requirements...   Fetching system dependencies for 54 package(s) records.   i No sysreqs required   v Done   renv version = 1.0.3   i Please wait while we compute system requirements...   Fetching system dependencies for 54 package(s) records.   v Done   renv version = the must up to date in the repos   i Please wait while we compute system requirements...   Fetching system dependencies for 54 package(s) records.   i No sysreqs required   v Done   renv version = banana   i Please wait while we compute system requirements...   Fetching system dependencies for 54 package(s) records.   i No sysreqs required   v Done   renv version = 1.0.3   i Please wait while we compute system requirements...   Fetching system dependencies for 54 package(s) records.   i No sysreqs required   v Done   renv version = the must up to date in the repos   i Please wait while we compute system requirements...   Fetching system dependencies for 55 package(s) records.   i No sysreqs required   v Done   renv version = banana   i Please wait while we compute system requirements...   Fetching system dependencies for 55 package(s) records.   i No sysreqs required   v Done   renv version = 1.0.0   i Please wait while we compute system requirements...   Fetching system dependencies for 55 package(s) records.   i No sysreqs required   v Done   renv version = 0.16.0   i Please wait while we compute system requirements...   Fetching system dependencies for 1 package(s) records.   i No sysreqs required   v Done   [ FAIL 2 | WARN 1 | SKIP 2 | PASS 77 ]      ══ Skipped tests (2) ═══════════════════════════════════════════════════════════   • On CRAN (2): 'test-dockerbuild.R:24:7', 'test-get_sysreqs.R:2:3'      ══ Failed tests ════════════════════════════════════════════════════════════════   ── Failure ('test-dock_from_desc.R:105:7'): dock_from_desc works ───────────────   grepl("apt-get update && apt-get install", tpf) is not TRUE      `actual`: FALSE   `expected`: TRUE   ── Failure ('test-dock_from_renv.R:112:3'): dock_from_renv works with full dependencies ──   any(grepl("python3", out$Dockerfile)) is not TRUE      `actual`: FALSE   `expected`: TRUE      [ FAIL 2 | WARN 1 | SKIP 2 | PASS 77 ]   Error: Test failures   Execution halted
  • checking for unstated dependencies in vignettes ... OK
  • checking package vignettes ... OK
  • checking re-building of vignette outputs ... [10s/10s] OK
  • checking PDF version of manual ... [5s/5s] OK
  • DONE Status: 1 ERROR
  • using check arguments '--no-clean-on-error '