Package check result: OK Changes to worse in reverse depends: Package: shiny2docker Check: tests New result: ERROR Running ‘testthat.R’ [4s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(shiny2docker) > > test_check("shiny2docker") Loading required namespace: renv i No DESCRIPTION file found i we wil parse qmd files,Rmd files and R scripts from /home/hornik/tmp/CRAN_recheck/shiny2docker.Rcheck/tests/testthat/dummy_app . All required packages are installed v create renv.lock at dummy_app//renv.lock The following package(s) were installed from an unknown source: - shiny [1.11.0] renv may be unable to restore these packages in the future. Consider reinstalling these packages from a known source (e.g. CRAN). [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-shiny2docker.R:5:2'): shiny2docker works ─────────────────────── Error in `renv_snapshot_validate_report(valid, prompt, force)`: aborting snapshot due to pre-flight validation failure Backtrace: ▆ 1. └─shiny2docker::shiny2docker(path = "dummy_app/") at test-shiny2docker.R:5:2 2. └─attachment::create_renv_for_prod(...) 3. └─attachment::create_renv_for_dev(...) 4. └─renv::snapshot(...) 5. └─renv:::renv_snapshot_validate_report(valid, prompt, force) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ] Error: Test failures Execution halted