Skip to contents

List of class drake_deps_ht.

Usage

new_drake_deps_ht(
  globals = ht_new(hash = TRUE),
  namespaced = ht_new(hash = FALSE),
  strings = ht_new(hash = FALSE),
  loadd = ht_new(hash = FALSE),
  readd = ht_new(hash = FALSE),
  file_in = ht_new(hash = FALSE),
  file_out = ht_new(hash = FALSE),
  knitr_in = ht_new(hash = FALSE)
)

Value

A drake_deps_ht object.

Examples

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