forked from SurgicalInformatics/healthyr_book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_bookdown.yml
executable file
·49 lines (48 loc) · 1.78 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
book_filename: "healthyr-book"
clean: [bookdown.bbl]
delete_merged_file: true
language:
label:
fig: "FIGURE "
tab: "TABLE "
ui:
edit: "Edit"
chapter_name: "Chapter "
new_session: yes
output_dir: "docs"
#rmd_files: ["index.Rmd", "01_introduction.Rmd", "16_appendix.Rmd"]
#rmd_files: ["index.Rmd", "02_basics.Rmd"]
#rmd_files: ["index.Rmd", "03_summarising.Rmd"]
#rmd_files: ["index.Rmd", "04_plotting.Rmd"]
#rmd_files: ["index.Rmd", "05_fine_tuning_plots.Rmd"]
#rmd_files: ["index.Rmd", "06_working_continuous.Rmd"]
#rmd_files: ["index.Rmd", "07_linear_regression.Rmd"]
#rmd_files: ["index.Rmd", "08_working_categorical.Rmd"]
#rmd_files: ["index.Rmd", "09_logistic_regression.Rmd"]
#rmd_files: ["index.Rmd", "10_survival.Rmd"]
#rmd_files: ["index.Rmd", "11_missing_data.Rmd"]
#rmd_files: ["index.Rmd", "12_notebooks.Rmd"]
# 14 won't Build on its own.
#rmd_files: ["index.Rmd", "13_exporting.Rmd", "14_version_control.Rmd"]
#rmd_files: ["index.Rmd", "13_version_control.Rmd", "14_missing_data.Rmd", "15_encryption.Rmd", "16_rstudio_settings.Rmd"]
#rmd_files: ["index.Rmd", "15_version_control.Rmd"]
#rmd_files: ["index.Rmd", "16_rstudio_settings.Rmd"]
#
# rmd_files: ["index.Rmd",
# "01_first_interaction.Rmd",
# "02_basics.Rmd",
# "03_summarising.Rmd",
# "04_plotting.Rmd",
# "05_fine_tuning_plots.Rmd",
# "06_tests_continuous.Rmd",
# "07_linear_regression.Rmd",
# "08_tests_categorical.Rmd",
# "09_logistic_regression.Rmd",
# "10_survival.Rmd",
# "11_notebooks.Rmd",
# "12_missing_data.Rmd",
# "13_encryption.Rmd",
# "14_version_control.Rmd",
# "15_exporting.Rmd",
# "16_rstudio_settings.Rmd"
# ]