-
Notifications
You must be signed in to change notification settings - Fork 153
/
_bookdown.yml
executable file
·62 lines (53 loc) · 1.17 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
60
61
book_filename: "edav-resource"
chapter_name: ""
repo: https://github.com/jtr13/EDAV
output_dir: docs
clean: [packages.bib, bookdown.bbl]
#new_session: yes
delete_merged_file: true
edit: https://github.com/jtr13/EDAV/edit/master/%s
view: https://github.com/jtr13/EDAV/blob/master/%s
# chapter ordering
rmd_files: [
# part 1 getting started
"index.Rmd",
"intro.Rmd",
"basics.Rmd",
"contribute.Rmd",
"github_resources.Rmd",
# part 2 continuous variables
"histogram.Rmd",
"boxplot.Rmd",
"violin.Rmd",
"ridgeline.Rmd",
"qqplot.Rmd",
# part 3 categorical
"bargraph.Rmd",
"cleveland.Rmd",
# part 4 multivariate continuous
"scatterplot.Rmd",
"iris.Rmd",
"parallel_coordinates.Rmd",
# part 5 multivariate categorical
"mosaic.Rmd",
"heatmap.Rmd",
# part 6 special data types
"maps.Rmd",
# "leaflet.Rmd",
"network.Rmd",
"timeseriesbasic.Rmd",
"tidyquant.Rmd",
# part 7 working with data
"import_data.Rmd",
"tidy_data_dplyr.Rmd",
"missing_data.Rmd",
"outliers.Rmd",
"dates.Rmd",
# part 8 other topics
"perception.Rmd",
"themes_and_colors.Rmd",
"publish_using_r.Rmd",
"general_resources.Rmd",
"chapter_index.Rmd",
"sessionInfo.Rmd"
]