R/deprecate.R
Use diagnose()
instead.
read_drake_meta(targets = NULL, path = getwd(), search = TRUE, cache = NULL, verbose = 1, jobs = 1)
targets | character vector, names of the targets
to get metadata. If |
---|---|
path | Root directory of the drake project,
or if |
search | logical. If |
cache | drake cache. See |
verbose | whether to print console messages |
jobs | number of jobs for light parallelism. Supports 1 job only on Windows. |
The cached master internal configuration list
of the last make()
.
Deprecated on 2018-02-09
diagnose()
dependency_profile()
, make()
# See ?diagnose() for examples.