check_functions {checked} | R Documentation |
Check functions
Description
Set of functions to run orchestrated R CMD check
s and automatically manage
the dependencies installation. Each functions prepares the plan based on the
supplied package source(s) which includes installing dependencies and running
required R CMD check
s. All the functions are parallelized through sperate
processes
Arguments
path |
file path to the package source directory |
n |
|
output |
|
lib.loc |
|
repos |
|
reverse_repos |
|
... |
Additional arguments passed to |
Value
check_design()
R6 class storing all the details
regarding checks that run. Can be combined with
results
and summary()
methods to generate results.