check_pkgs | R Documentation |
check_pkgs()
Installs all dependencies and runs R CMD check
s
in parallel for all source packages whose source code is found in the
path
directory
check_pkgs(
path,
n = 2L,
output = tempfile(paste(utils::packageName(), Sys.Date(), sep = "-")),
lib.loc = .libPaths(),
repos = getOption("repos"),
restore = options::opt("restore"),
reporter = reporter_default(),
...
)
path |
file path to the package source directory |
n |
|
output |
|
lib.loc |
|
repos |
|
restore |
|
reporter |
A reporter to provide progress updates. Will default to the most expressive command-line reporter given your terminal capabilities. |
... |
Additional arguments passed to |
check_design()
R6 class storing all the details
regarding checks that run. Can be combined with
results
and summary()
methods to generate results.
Other checks:
check_design
,
check_dev_rev_deps()
,
check_dir()
,
check_rev_deps()
,
new_check_design()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.