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()
)

Arguments

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

BPPARAM

defaults to bpparam()

BPOPTIONS

defaults to bpoptions()