R/get_all.R
get_checks2.Rd
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,
BPPARAM = bpparam(),
BPOPTIONS = bpoptions()
)
instance of PackageSet
path to git repos
path to folder holding RDS of rcmdcheck output
character(1) path to a writeable folder where BiocCheck logs are written
character(1) path to a folder where RDS files with data frames are written
defaults to bpparam()
defaults to bpoptions()