From 2b84e2714c4888e0ee664eb176f6d70586dfceeb Mon Sep 17 00:00:00 2001 From: Emma Rand Date: Wed, 13 Sep 2023 13:55:33 +0100 Subject: [PATCH] changes to yaml to align with omics 1 --- core/week-1/workshop.qmd | 10 ++++++++++ core/week-2/workshop.qmd | 10 ++++++++++ core/week-6/workshop.qmd | 10 ++++++++++ 3 files changed, 30 insertions(+) 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}