generated from carpentries/workbench-template-rmd
-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
In Episode 6, Best Practices for targets Project Organization the error message that is output (intentionally, for demonstration purposes during the lesson) by targets stretches across multiple code chunks.
The relevant code is here:
targets-workshop/episodes/organization.Rmd
Lines 135 to 143 in 80dc178
| ```{r} | |
| #| echo: FALSE | |
| #| label: example-bad-pipeline-hide | |
| #| error: true | |
| tar_dir({ | |
| write_example_plan(chunk = "example-bad-pipeline-show") | |
| tar_make() | |
| }) | |
| ``` |
Metadata
Metadata
Assignees
Labels
No labels
