Closed vjcitn closed 2 years ago
I've been testing this with callr
and it looks like it might work:
callr::r(
function(package) {BiocCheck::BiocCheck(package)},
args = list(package = "~/BiocFileCache/"), repos = BiocManager::repositories(), show = TRUE
)
This will avoid interference with your current session.
Best, Marcel
See the https://github.com/Bioconductor/BiocCheck/tree/callr branch
Hi Vince, @vjcitn
You can enable this with BiocCheck(callr = TRUE)
Best,
Marcel
in a checkout of BiocFileCache, use BiocCheck::BiocCheck()