We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784ef99 commit b0bdda2Copy full SHA for b0bdda2
_quarto.yml
@@ -0,0 +1,25 @@
1
+project:
2
+ type: book
3
+
4
+book:
5
+ title: "Enhancing Research Reproducibility and Collaboration with RStudio, Git, and GitHub"
6
+ author: "JP Courneya"
7
+ date: last-modified
8
+ date-format: "MMMM, YYYY"
9
+ chapters:
10
+ - index.qmd
11
+ - RBasics.qmd
12
+ - ReproducibleProjectManagement.qmd
13
+ - VersionControlandRStudio.qmd
14
+ - references.qmd
15
16
+bibliography: references.bib
17
18
+format:
19
+ html:
20
+ theme: cosmo
21
+ pdf:
22
+ documentclass: scrreprt
23
24
+editor: visual
25
0 commit comments