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
check_design()
R6 class storing all the details
regarding checks that run. Can be combined with
results
and summary()
methods to generate results.
file path to the package source directory
integer
value indicating maximum number of subprocesses that can
be simultaneously spawned when executing tasks.
character
value specifying path where the output should be
stored.
character
vector with libraries allowed to be used when
checking packages, defaults to entire .libPaths()
.
character
vector of repositories which will be used when
generating task graph and later pulling dependencies.
character
vector of repositories which will be used
to pull sources for reverse dependencies. In some cases, for instance using
binaries on Linux, we want to use different repositories when pulling
sources to check and different when installing dependencies.
Additional arguments passed to checked-task-df
and run()