-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
175 lines (166 loc) · 4.44 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
project:
type: website
render:
- index.qmd
- 00_welcome.qmd
- 01a_r-rstudio.qmd
- 01b_r-basics.qmd
- 01c_r-data-structures.qmd
- 01d_indexing.qmd
- 01e_flow-control.qmd
- 01g_tidyverse.qmd
- 02a_rdm-intro.qmd
- 02b_rstudio-projects.qmd
- 02c_paths-proj-structure.qmd
- 02d_filenaming.qmd
- 03a_data-munging_iteration.qmd
- 03b_dplyr_joins.qmd
- 03c_functions.qmd
- 04a_metadata_intro.qmd
- 04b_dataspice.qmd
- 04c_metadata_outro.qmd
- 05a_datavis-intro.qmd
- 05b_ggplot2-intro.qmd
- 05c_exploratory.qmd
- 06a_quarto-intro.qmd
- 06b_create-report.qmd
- 06c_code-chunks.qmd
- 07a_git.qmd
- 07b_github.qmd
- 07c_evolottery.qmd
- 08a_managing-dependencies.qmd
- 08b_pkg_functions.qmd
- 09_rrcompendium.qmd
- 10_closing-slides.qmd
- about.qmd
- setup.qmd
- credits.qmd
- APPENDIX_individual.qmd
- APPENDIX_geolocate.qmd
- APPENDIX_analysis.qmd
- APPENDIX_report.qmd
- APPENDIX_mypackage.qmd
- APPENDIX_rrcompendium.qmd
website:
title: "Reproducible Research Data and Project Management in R"
favicon: /assets/favicon/favicon.ico
page-footer:
background: black
center:
- text: "Copyright 2024, ACCE DTP | R-RSE S.M.P.C."
margin-header: |
[![](/assets/logo/acce-dtp.webp)](https://accedtp.ac.uk/)
page-navigation: true
site-url: https://acce-rrresearch.netlify.app/
back-to-top-navigation: true
navbar:
logo: assets/logo/r-rse-logo2.png
logo-href: https://www.r-rse.eu/
pinned: true
search: true
left:
- href: index.qmd
text: "{{< fa home >}} Home"
- text: "{{< fa circle-info >}} About"
href: about.qmd
- text: "Setup"
href: setup.qmd
icon: gear
- text: "Credits"
icon: megaphone
href: credits.qmd
sidebar:
style: "docked"
search: true
border: true
contents:
- section: "INTRODUCTION"
contents:
- file: 00_welcome.qmd
text: "Welcome"
- section: "BASICS"
contents:
- 01a_r-rstudio.qmd
- 01b_r-basics.qmd
- 01c_r-data-structures.qmd
- 01d_indexing.qmd
- 01e_flow-control.qmd
- 01g_tidyverse.qmd
- section: "PROJECT MANAGEMENT"
contents:
- 02a_rdm-intro.qmd
- 02b_rstudio-projects.qmd
- 02c_paths-proj-structure.qmd
- 02d_filenaming.qmd
- section: "DATA MUNGING"
contents:
- 03a_data-munging_iteration.qmd
- 03b_dplyr_joins.qmd
- 03c_functions.qmd
- section: "METADATA"
contents:
- 04a_metadata_intro.qmd
- 04b_dataspice.qmd
- 04c_metadata_outro.qmd
- section: "PLOTTING with ggplot2"
contents:
- 05a_datavis-intro.qmd
- 05b_ggplot2-intro.qmd
- 05c_exploratory.qmd
- section: "REPORTING with Quarto"
contents:
- 06a_quarto-intro.qmd
- 06b_create-report.qmd
- 06c_code-chunks.qmd
- section: "VERSION CONTROL"
contents:
- 07a_git.qmd
- 07b_github.qmd
- 07c_evolottery.qmd
- section: "PACKAGING CODE"
contents:
- 08a_managing-dependencies.qmd
- 08b_pkg_functions.qmd
- section: "RESEARCH COMPENDIA"
contents:
- 09_rrcompendium.qmd
- section: "CLOSING"
contents:
- 10_closing-slides.qmd
- section: "APPENDICES"
contents:
- APPENDIX_individual.qmd
- APPENDIX_geolocate.qmd
- APPENDIX_analysis.qmd
- APPENDIX_report.qmd
- APPENDIX_mypackage.qmd
- APPENDIX_rrcompendium.qmd
- section: "LICENSE"
contents:
- text: "CC BY-SA"
icon: file-contract
href: https://creativecommons.org/licenses/by-sa/4.0/
bibliography: appendices/data-raw/wood-survey-data-master/references.bib
format:
html:
theme:
- cosmo
- assets/css/styles.scss
code-copy: true
toc: true
code-overflow: wrap
code-link: true
fig-responsive: true
highlight-style: "pygments"
linkcolor: "#388274ff"
primary: "#388274ff"
code-block-border-left: "#5bb3a7ff"
monobackgroundcolor: "#d2eaf0"
lightbox: true
from: markdown+emoji
editor: visual
execute:
freeze: false
plugins:
package: "@quarto/netlify-plugin-quarto"
license: "CC BY-SA"