Skip to contents

Use deps_target() (singular) instead.

Usage

deps_targets(targets, config, reverse = FALSE)

Arguments

targets

A character vector of target names.

config

An output list from drake_config()

reverse

Logical, whether to compute reverse dependencies (targets immediately downstream) instead of ordinary dependencies.

Value

Names of dependencies listed by type (object, input file, etc).

Details

Deprecated on 2018-08-30.