CRAN likes to run their revdep check with --run-donttest and when they do that in shiny2docker for cli, there is always an error, because the submitted cli version is not from CRAN.
Plus the shiny2docker tests also fail, because of the same reason:
> 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:
- cli [3.6.4]
renv may be unable to restore these packages in the future.
Consider reinstalling these packages from a known source (e.g. CRAN).
Cf. https://win-builder.r-project.org/incoming_pretest/cli_3.6.4_20250211_221443/reverseDependencies/changes.txt
Can you please fix this?
CRAN likes to run their revdep check with
--run-donttestand when they do that in shiny2docker for cli, there is always an error, because the submitted cli version is not from CRAN.Plus the shiny2docker tests also fail, because of the same reason:
Cf. https://win-builder.r-project.org/incoming_pretest/cli_3.6.4_20250211_221443/reverseDependencies/changes.txt
Can you please fix this?