get_checks: run rcmdcheck on all sources associated with a PackageSet and...

View source: R/get_checks.R

get_checksR Documentation

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

Description

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

Usage

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

Examples

ps = PackageSet("parody")
tf = tempfile()
td = dir.create(tf)
populate_local_gits(ps, tf)
dir.create(rcdest <- tempfile("rcd"))
m = get_checks(ps, tf, rcdest)
dir(rcdest, full=TRUE)

vjcitn/BiocBuildTools documentation built on March 15, 2024, 4:19 a.m.