forked from jjallaire/hopr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
46 lines (42 loc) · 920 Bytes
/
_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
project:
type: book
output-dir: docs
book:
title: "Hands-On Programming with R"
author: "Garrett Grolemund"
cover-image: images/cover.png
site-url: https://rstudio-education.github.io/hopr/
repo-url: https://github.com/jjallaire/hopr/
repo-branch: master
repo-actions: [edit]
sharing: [twitter, facebook, linkedin]
chapters:
- index.qmd
- preface.qmd
- part: dice.qmd
chapters:
- basics.qmd
- packages.qmd
- part: cards.qmd
chapters:
- objects.qmd
- notation.qmd
- modifying.qmd
- environments.qmd
- part: slots.qmd
chapters:
- programs.qmd
- s3.qmd
- loops.qmd
- speed.qmd
appendices:
- a1-starting.qmd
- a2-packages.qmd
- a3-updating.qmd
- a4-data.qmd
- a5-debug.qmd
format:
html:
theme: cosmo
cover-image: cover.png
code-link: true