-
Notifications
You must be signed in to change notification settings - Fork 486
/
_bookdown.yml
executable file
·54 lines (54 loc) · 1.34 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
54
book_filename: "ModernDive"
output_dir: "docs"
delete_merged_file: true
# To build only specific chapters of the book, comment out the .Rmd files you
# want to omit with hashtags. Note: index.Rmd must not be commented out.
rmd_files:
html: [
"index.Rmd",
"00-foreword.Rmd",
"00-preface.Rmd",
"01-getting-started.Rmd",
"02-visualization.Rmd",
"03-wrangling.Rmd",
"04-tidy.Rmd",
"05-regression.Rmd",
"06-multiple-regression.Rmd",
"07-sampling.Rmd",
"08-confidence-intervals.Rmd",
"09-hypothesis-testing.Rmd",
"10-inference-for-regression.Rmd",
"11-tell-your-story-with-data.Rmd",
"91-appendixA.Rmd",
"92-appendixB.Rmd",
"93-appendixC.Rmd",
"94-appendixD.Rmd",
"95-appendixE.Rmd",
"99-references.Rmd"
]
latex: [
"index.Rmd",
"00-foreword.Rmd",
"00-preface.Rmd",
"01-getting-started.Rmd",
"02-visualization.Rmd",
"03-wrangling.Rmd",
"04-tidy.Rmd",
"05-regression.Rmd",
"06-multiple-regression.Rmd",
"07-sampling.Rmd",
"08-confidence-intervals.Rmd",
"09-hypothesis-testing.Rmd",
"10-inference-for-regression.Rmd",
"11-tell-your-story-with-data.Rmd",
"91-appendixA.Rmd",
"95-appendixE.Rmd",
"99-references.Rmd"
]
language:
label:
fig: "FIGURE "
tab: "TABLE "
ui:
edit: "Edit"
chapter_name: "Chapter "