ThinkR-open / checkhelper

A package to help deal with devtools::check outputs
https://thinkr-open.github.io/checkhelper/
Other
34 stars 4 forks source link

As a dev, `check_as_cran()` should be able to take into account specific options #79

Open MurielleDelmotte opened 1 year ago

MurielleDelmotte commented 1 year ago

Validation criteria

Technical

withr::with_options(list(repos = c(CRAN = "https://cran.rstudio.com/")),
                    {checkhelper::check_as_cran() })

check_as_crandoes not take into account the repo option and it is not possible to modify it in the parameters of the function