-
Notifications
You must be signed in to change notification settings - Fork 502
/
Copy path_bookdown.yml
executable file
·15 lines (15 loc) · 1.01 KB
/
_bookdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
book_filename: "moderndive"
output_dir: "docs"
# clean: [bib/packages.bib]
delete_merged_file: true
# Need to update this if any changes to filenames now
rmd_files:
html: ["index.Rmd", "02-getting-started.Rmd", "03-visualization.Rmd", "04-wrangling.Rmd", "05-tidy.Rmd", "06-regression.Rmd", "07-multiple-regression.Rmd", "08-sampling.Rmd", "09-confidence-intervals.Rmd", "10-hypothesis-testing.Rmd", "11-inference-for-regression.Rmd", "12-tell-the-story-with-data.Rmd", "91-appendixA.Rmd", "92-appendixB.Rmd", "93-appendixC.Rmd", "94-appendixD.Rmd", "99-references.Rmd"]
latex: ["index.Rmd", "02-getting-started.Rmd", "03-visualization.Rmd", "04-wrangling.Rmd", "05-tidy.Rmd", "06-regression.Rmd", "07-multiple-regression.Rmd", "08-sampling.Rmd", "09-confidence-intervals.Rmd", "10-hypothesis-testing.Rmd", "11-inference-for-regression.Rmd", "12-tell-the-story-with-data.Rmd", "91-appendixA.Rmd", "99-references.Rmd"]
language:
label:
fig: "FIGURE "
tab: "TABLE "
ui:
edit: "Edit"
chapter_name: "Chapter "