forked from clauswilke/dataviz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_bookdown.yml
41 lines (31 loc) · 896 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
new_session: yes
output_dir: "_book"
delete_merged_file: true
rmd_files: [
"index.Rmd",
"preface.Rmd",
# Part I
"aesthetic_mapping.Rmd", # completed
"coordinate_systems_axes.Rmd",
"color_basics.Rmd", # completed
"directory_of_visualizations.Rmd",
##"visualizing_amounts.Rmd",
"visualizing_distributions_I.Rmd", # completed
"visualizing_distributions_II.Rmd", # completed
"boxplots_violins.Rmd", # completed
"visualizing_proportions.Rmd", # completed
# Part II
"small_axis_labels.Rmd", # completed
"maximize_data_signal.Rmd",
"proportional_ink.Rmd", # completed
"overlapping_points.Rmd", # completed
"avoid_line_drawings.Rmd", # completed
"pitfalls_of_color_use.Rmd", # completed
"redundant_coding.Rmd", # completed
# Part III
"image_file_formats.Rmd", # completed
"outline.Rmd",
"technical_notes.Rmd",
"notes.Rmd",
"references.Rmd"
]