Skip to content

Commit b0bdda2

Browse files
committed
added yml file
1 parent 784ef99 commit b0bdda2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

_quarto.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)