Deprecated on 2019-01-12.
check_plan(plan = NULL, targets = NULL, envir = parent.frame(),
cache = drake::get_cache(verbose = verbose), verbose = 1L,
jobs = 1)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().
Integer, control printing to the console/terminal.
0: print nothing.
1: print targets, retries, and failures.
2: also show a spinner when preprocessing tasks are underway.
Number of jobs/workers for parallel processing.
Invisibly return plan.
Possible obvious errors include circular dependencies and missing input files.