-
Notifications
You must be signed in to change notification settings - Fork 230
/
_bookdown.yml
48 lines (40 loc) · 970 Bytes
/
_bookdown.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
output_dir: "_build"
new_session: yes
rmd_files:
- "index.Rmd"
- "intro.Rmd"
- "explore.Rmd"
- "visualize.Rmd"
- "workflow-basics.Rmd"
- "transform.Rmd"
- "workflow-scripts.Rmd"
- "EDA.Rmd"
- "workflow-projects.Rmd"
- "wrangle.Rmd"
- "tibble.Rmd"
- "import.Rmd"
- "tidy.Rmd"
- "relational-data.Rmd"
- "strings.Rmd"
- "factors.Rmd"
- "datetimes.Rmd"
- "program.Rmd"
- "pipes.Rmd"
- "functions.Rmd"
- "vectors.Rmd"
- "iteration.Rmd"
- "model.Rmd"
- "model-basics.Rmd"
- "model-building.Rmd"
- "many-models.Rmd"
- "communicate.Rmd"
- "rmarkdown.Rmd"
- "graphics-for-communication.Rmd"
- "rmarkdown-formats.Rmd"
- "rmarkdown-workflow.Rmd"
- "appendixes.Rmd"
before_chapter_script: "_common.R"
book_filename: "r4ds-solutions"
delete_merged_file: true
edit: "https://github.com/jrnold/r4ds-exercise-solutions/edit/master/%s"
history: "https://github.com/jrnold/r4ds-exercise-solutions/commits/master/%s"