-
Notifications
You must be signed in to change notification settings - Fork 4
/
_bookdown.yml
59 lines (57 loc) · 1.93 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
55
56
57
58
59
new_session: yes
book_filename: "course-notes"
# delete_merged_file: true
language:
ui:
chapter_name: "Chapter "
view: https://github.com/AndrewIrwin/data-visualization/blob/master/%s
edit: https://github.com/AndrewIrwin/data-visualization/edit/master/%s
output_dir: "docs"
# For testing, swap names on small_rmd_files and rmd_files
small_rmd_files: [ "index.rmd",
"001-syllabus.rmd",
"127-test-data.rmd",
]
rmd_files: [ "index.rmd",
"001-syllabus.rmd",
"002-detailed-outline.rmd",
"003-synchronous.rmd",
"007-evaluation.rmd",
"101-introduction.rmd",
"102-intro-to-r.rmd",
"103-setup.rmd",
"104-look-at-data.rmd",
"105-first-plot.rmd",
"106-version-control.rmd",
"107-grammar-graphics.Rmd",
"108-ggplot.Rmd",
"110-summarizing-data.rmd",
"115-facets.Rmd",
"111-reading-data.rmd",
"112-reshaping-data.rmd",
"113-data-tables.rmd",
"114-asking-questions.Rmd",
"118-working-with-models.rmd",
"119-linear-models.rmd",
"120-gam-loess.rmd",
"124-collaboration.rmd",
"301-data-sources.rmd",
"133-reproducible-reports.rmd",
"121-PCA.Rmd",
"122-mds.Rmd",
"123-kmean.rmd",
"125-slides.rmd",
"127-test-data.rmd",
"155-dynamics-graphics.rmd",
"140-mapping.rmd",
"141-mapping-2.rmd",
"142-mapping-3.rmd",
"130-bonus-topics.rmd",
"201-colour.rmd",
"133-themes.rmd",
"130-graphics-output.rmd",
# "305-data.rmd",
"302-staying-organized.rmd",
"901-TMI-R.Rmd",
"911-ethics.rmd",
"999-metadata.rmd"]