Use check_plan() instead.

check(plan = read_drake_plan(), targets = drake::possible_targets(plan),
  envir = parent.frame(), cache = drake::get_cache(verbose = verbose),
  verbose = TRUE)

Arguments

plan

Same as for check_plan().

targets

Same as for check_plan().

envir

Same as for check_plan().

cache

Same as for check_plan().

verbose

Same as for check_plan().

Value

Same as for check_plan().

Details

Deprecated on 2017-11-12.

See also

check_plan()

Examples

# See ?check_plan for examples.