-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_quarto.yml
60 lines (55 loc) · 1.54 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
project:
type: r3-theme
pre-render:
- mkdir -p _temp
- quarto render slides/*.qmd
resources:
- slides/*.html
book:
title: "Advanced Reproducible Research in R"
subtitle: "An advanced workshop on creating collaborative and automated analysis pipelines"
cover-image: "images/cover.svg"
cover-image-alt: "Three people working together to brainstorm, design, and develop a project."
author:
- "Luke W. Johnston"
- "Anders Askeland"
site-url: "https://r-cubed-advanced.rostools.org"
repo-url: "https://github.com/rostools/r-cubed-advanced"
chapters:
- index.qmd
- part: "Preamble"
chapters:
- preamble/syllabus.qmd
- preamble/schedule.qmd
- preamble/pre-course.qmd
- part: "Sessions"
chapters:
- sessions/introduction.qmd
- sessions/smoother-collaboration.qmd
- sessions/pipelines.qmd
- sessions/stats-analyses-basic.qmd
- sessions/stats-analyses-multiple.qmd
- sessions/project-work.qmd
appendices:
- appendix/social.qmd
- LICENSE.md
- appendix/references.qmd
page-footer:
center:
- text: "License: CC BY 4.0 {{< fa brands creative-commons >}} {{< fa brands creative-commons-by >}}"
href: LICENSE.html
- text: "Code of Conduct"
href: "https://guides.rostools.org/conduct.html"
bibliography:
- "includes/references.bib"
- "includes/packages.bib"
editor:
markdown:
wrap: 72
canonical: true
format:
r3-theme-html:
include-before-body:
- "includes/site-counter.html"
execute:
warning: false