-
Notifications
You must be signed in to change notification settings - Fork 1
/
_bookdown.yml
53 lines (44 loc) · 1.26 KB
/
_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
49
50
51
52
53
book_filename: "Statistics with R"
repo: "https://github.com/kflisikowski/statswithr"
#output_dir: "docs"
delete_merged_file: true
language:
ui:
chapter_name: 'Chapter '
new_session: yes # Each chapter is knitted as its own Rmd file
#rmd_subdir: ["", "",""]
rmd_files: [
"index.Rmd",
"teach-stack.Rmd",
"teach-data.Rmd",
"teach-lessons.Rmd",
"teach-org.Rmd",
"cookbook.Rmd",
"cookbook-doc.Rmd",
"cookbook-doc_yours.Rmd",
"cookbook-doc_care.Rmd",
"cookbook-doc_dress.Rmd",
"cookbook-doc_trouble.Rmd",
"cookbook-pkg.Rmd",
"cookbook-pkg_data.Rmd",
"cookbook-pkg_template.Rmd",
"cookbook-pkg_proj.Rmd",
"cookbook-pkg_learnr.Rmd",
"cookbook-rmd.Rmd",
"cookbook-rmd_yours.Rmd",
"cookbook-rmd_care.Rmd",
"cookbook-rmd_dress.Rmd",
"cookbook-rmd_fancy.Rmd",
"cookbook-distill.Rmd",
"cookbook-distill_yours.Rmd",
"cookbook-distill_care.Rmd",
"cookbook-distill_dress.Rmd",
"cookbook-distill_fancy.Rmd",
"cookbook-bookdown.Rmd",
"cookbook-bookdown_yours.Rmd",
"cookbook-bookdown_care.Rmd",
"cookbook-bookdown_dress.Rmd",
"cookbook-bookdown_fancy.Rmd",
"cookbook-blogdown.Rmd",
"appendix.Rmd"
]