Deprecated on 2019-01-12.
check_plan(
plan = NULL,
targets = NULL,
envir = parent.frame(),
cache = drake::get_cache(verbose = verbose),
verbose = 1L,
jobs = 1
)
Invisibly return plan
.
Workflow plan data frame, possibly from
drake_plan()
.
Character vector of targets to make.
Environment containing user-defined functions.
Optional drake cache. See new_cache()
.
Deprecated on 2019-09-11.
Number of jobs/workers for parallel processing.
Possible obvious errors include circular dependencies and missing input files.
drake_plan()
, make()