Skip to content

Commit e25b9fd

Browse files
committed
remove code chunk
1 parent c950e52 commit e25b9fd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

index.qmd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ favicon: "man/figures/favicon.ico"
2121
always_allow_html: yes
2222
---
2323

24-
```{r, message = FALSE, warning = FALSE, echo = FALSE}
25-
knitr::opts_knit$set(root.dir = fs::dir_create(tempfile()))
26-
knitr::opts_chunk$set(collapse = TRUE, comment = "#>", eval = TRUE)
27-
```
28-
2924
# Introduction {#design}
3025

3126
The [`targets`](https://github.com/ropensci/targets) package is a [Make](https://www.gnu.org/software/make/)-like pipeline toolkit for Statistics and data science in R. With [`targets`](https://github.com/ropensci/targets), you can maintain a reproducible workflow without repeating yourself. [`targets`](https://github.com/ropensci/targets) learns how your pipeline fits together, skips costly runtime for tasks that are already up to date, runs only the necessary computation, supports implicit parallel computing, abstracts files as R objects, and shows tangible evidence that the results match the underlying code and data.

0 commit comments

Comments
 (0)