get_checks2 | R Documentation |
run rcmdcheck and BiocCheck on all sources associated with a PackageSet and drop the RDS outputs in separate folders
get_checks2(
pkgset,
sources.folder,
checks.destination,
bcchecks.destination,
bcobj.destination,
shuffle.pks = FALSE,
BPPARAM = bpparam(),
BPOPTIONS = bpoptions()
)
pkgset |
instance of PackageSet |
sources.folder |
path to git repos |
checks.destination |
path to folder holding RDS of rcmdcheck output |
bcchecks.destination |
character(1) path to a writeable folder where BiocCheck logs are written |
bcobj.destination |
character(1) path to a folder where RDS files with data frames are written |
shuffle.pks |
logical(1) if TRUE the packages are randomized before checking |
BPPARAM |
defaults to bpparam() |
BPOPTIONS |
defaults to bpoptions() |
returns NULL (if all artifacts are already present in destinations) or list of NULLs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.