-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
55 lines (52 loc) · 1.36 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
project:
type: book
output-dir: _site
book:
title: Open and Reproducible Science in R
subtitle: Technical Handbook
author:
- Ernest Guevarra
- Proochista Ariana
date: last-modified
date-format: "DD MMMM YYYY"
chapters:
- index.qmd
- 00-introduction.qmd
- part: Tools
chapters:
- 01-installing-software.qmd
- 02-introduction-to-r.qmd
- 03-introduction-to-git.qmd
- 04-connecting-git-with-rstudio.qmd
- part: Practices
chapters:
- 05-writing-functions.qmd
- part: Processes
chapters:
- 06-clone-repository-rstudio.qmd
- 07-commit-and-push.qmd
- 08-participating-rstudio-project.qmd
- 09-initiating-rstudio-project.qmd
- 10-creating-portable-reproducible-workflows.qmd
- 11-contributing-to-codehub-projects.qmd
- references.qmd
cover-image: images/ihealth_base_pos_tn.png
search: true
repo-url: https://github.com/OxfordIHTM/ihtm-handbook/
repo-actions: [edit]
downloads: [pdf, epub]
sharing: [twitter, facebook]
google-analytics:
tracking-id: "G-06FXWQBZHC"
anonymize-ip: true
bibliography: references.bib
format:
html:
theme: cosmo
highlight-style: breeze
pdf:
documentclass: scrreprt
highlight-style: breeze
epub:
cover-image: images/ihealth_base_pos_tn.png
highlight-style: breeze