check_plan {drake} | R Documentation |
Check a workflow plan data frame for obvious errors.
![[Deprecated]](../help/figures/lifecycle-deprecated.svg)
Description
Deprecated on 2019-01-12.
Usage
check_plan(
plan = NULL,
targets = NULL,
envir = parent.frame(),
cache = drake::get_cache(verbose = verbose),
verbose = 1L,
jobs = 1
)
Arguments
plan |
Workflow plan data frame, possibly from
|
targets |
Character vector of targets to make. |
envir |
Environment containing user-defined functions. |
cache |
Optional drake cache. See |
verbose |
Deprecated on 2019-09-11. |
jobs |
Number of jobs/workers for parallel processing. |
Details
Possible obvious errors include circular dependencies and missing input files.
Value
Invisibly return plan
.
See Also
[Package drake version 7.13.9 Index]