-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
80 lines (74 loc) · 2.1 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
project:
type: r3-theme
pre-render:
- cp common.R .Rprofile
- quarto render slides/*.qmd
post-render:
- rm .Rprofile
resources:
- videos/*
- includes/cheatsheet.pdf
- slides/*.html
book:
title: "Intro Reproducible Research in R"
subtitle: "An introductory workshop on modern data analyses and workflows"
description: "A 3-day workshop for researchers introducing modern and reproducible data analysis tools and workflows with R."
author:
- Luke W. Johnston
- Helene Baek Juel
- Bettina Lengger
- Daniel R. Witte
- Hannah Chatwin
- Malene Revsbech Christiansen
- Anders Aasted Isaksen
site-url: "https://r-cubed-intro.rostools.org"
repo-url: "https://github.com/rostools/r-cubed-intro"
chapters:
- index.qmd
- part: "Preamble"
chapters:
- preamble/syllabus.qmd
- preamble/schedule.qmd
- preamble/pre-course.qmd
- part: "Sessions"
chapters:
- sessions/introduction.qmd
- sessions/setup-project.qmd
- sessions/reproducible-documents.qmd
- sessions/version-control.qmd
- sessions/import-data.qmd
- sessions/visualization.qmd
- sessions/github.qmd
- sessions/wrangling.qmd
- sessions/wrangling-with-visualizing.qmd
- sessions/split-apply-combine.qmd
- sessions/project-work.qmd
- sessions/what-next.qmd
appendices:
- appendix/social.qmd
- appendix/for-instructors.qmd
- appendix/extra-github.qmd
- appendix/extra-merge-conflicts.qmd
- appendix/extra-arrange.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:
doi: "https://doi.org/10.21105/jose.00122"
include-before-body:
- "includes/site-counter.html"
execute:
warning: false