diff --git a/core/week-1/workshop.qmd b/core/week-1/workshop.qmd index 34ab5a9..e85a3cd 100644 --- a/core/week-1/workshop.qmd +++ b/core/week-1/workshop.qmd @@ -1,8 +1,18 @@ --- title: "Workshop" subtitle: "Organising Reproducible Data Analyses" +author: "Emma Rand" toc: true +toc-depth: 4 toc-location: right +execute: + echo: true + include: true + error: true +bibliography: ../../references.bib +editor: + markdown: + wrap: 72 --- ```{r} diff --git a/core/week-2/workshop.qmd b/core/week-2/workshop.qmd index e2a7739..41e0c83 100644 --- a/core/week-2/workshop.qmd +++ b/core/week-2/workshop.qmd @@ -1,8 +1,18 @@ --- title: "Workshop" subtitle: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" +author: "Emma Rand" toc: true +toc-depth: 4 toc-location: right +execute: + echo: true + include: true + error: true +bibliography: ../../references.bib +editor: + markdown: + wrap: 72 --- ```{r} diff --git a/core/week-6/workshop.qmd b/core/week-6/workshop.qmd index c87a3d6..cd93f25 100644 --- a/core/week-6/workshop.qmd +++ b/core/week-6/workshop.qmd @@ -1,8 +1,18 @@ --- title: "Workshop" subtitle: "Reproducible Reporting" +author: "Emma Rand" toc: true +toc-depth: 4 toc-location: right +execute: + echo: true + include: true + error: true +bibliography: ../../references.bib +editor: + markdown: + wrap: 72 --- ```{r}