Skip to contents

List of class drake_deps.

Usage

new_drake_deps(
  globals = character(0),
  namespaced = character(0),
  strings = character(0),
  loadd = character(0),
  readd = character(0),
  file_in = character(0),
  file_out = character(0),
  knitr_in = character(0)
)

Arguments

globals

Global symbols found in the expression

namespaced

Namespaced objects, e.g. rmarkdown::render.

strings

Miscellaneous strings.

loadd

Targets selected with loadd().

readd

Targets selected with readd().

file_in

Literal static file paths enclosed in file_in().

file_out

Literal static file paths enclosed in file_out().

knitr_in

Literal static file paths enclosed in knitr_in().

Value

A drake_deps object.

Examples

if (FALSE) { # stronger than roxygen dontrun
new_drake_deps()
}