Skip to content

Should a missing or misspelled target generate a warning? #1563

@statzhero

Description

@statzhero

Should a missing or misspelled target generate a warning? Here is an example:

library(targets)

tar_dir({
  tar_script(list(tar_target(real_target, 1 + 1)))
  tar_make(names = c("real_target", "nonexistent_target"))
})
# ✔ ended pipeline [53ms, 1 completed, 0 skipped]

Same for unquoted names, of course.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions