run rcmdcheck on all sources associated with a PackageSet and drop the RDS outputs in a folder

get_checks(
  pkgset,
  sources.folder,
  checks.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

BPPARAM

defaults to bpparam()

BPOPTIONS

defaults to bpoptions()