From 4b7dc2cc8df40cd5703c58c8e9cde81e541954aa Mon Sep 17 00:00:00 2001 From: wlandau-lilly Date: Fri, 8 Nov 2024 10:04:01 -0500 Subject: [PATCH] read-only code chunk --- orchestration.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestration.qmd b/orchestration.qmd index f577f04..bfa99eb 100644 --- a/orchestration.qmd +++ b/orchestration.qmd @@ -35,7 +35,7 @@ The `conclude()` method decrements ranks in the priority queue to signal that do `targets` creates new targets dynamically when stems and patterns conclude. To illustrate, let us use the following example pipeline. -```{r, eval = FALSE} +```r # _targets.R library(targets) source("functions.R") # Defines all the functions below prefixed with "user_".