get_checks | R Documentation |
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()
)
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() |
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.