check_plan: Check a workflow plan data frame for obvious errors....

View source: R/deprecated.R

check_planR Documentation

Check a workflow plan data frame for obvious errors. [Deprecated]

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 drake_plan().

targets

Character vector of targets to make.

envir

Environment containing user-defined functions.

cache

Optional drake cache. See new_cache().

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

drake_plan(), make()


ropensci/drake documentation built on March 4, 2024, 6:02 p.m.