-
Notifications
You must be signed in to change notification settings - Fork 109
/
Copy path_bookdown.yml
110 lines (96 loc) · 2.83 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
book_filename: "cc19"
language:
ui:
chapter_name: "Chapter "
delete_merged_file: true
new_session: yes
edit: https://github.com/jtr13/cc19/edit/master/%s
view: https://github.com/jtr13/cc19/blob/master/%s
rmd_files: [
# Part I: Introduction
'index.Rmd', # do not move
'sample_project.Rmd',
# Part II: Working with data
'basic_r_tutorial.Rmd', # do not move
'data_structure_and_data_cleaning_tutorial.Rmd',
'dataframe_cheatsheet.Rmd',
'Dplyr_Relational_Databases.Rmd',
'rvest_tutorial.Rmd',
'master_fundamentals.Rmd',
# Part III: Static Graphs
'edav_flowchart.Rmd', # do not move
'data_ink.Rmd',
'ridgeline_plot.Rmd',
'gantt_chart.Rmd',
'plotrix.Rmd',
'Stacked_Bar_Charts_and_Treemaps.Rmd',
'FluctuationPlots.Rmd',
'intro_to_ggparty.Rmd',
'multiclass_hexbin.Rmd',
'Visualization_in_Time_Series_Analysis.Rmd',
'likert_data.Rmd',
'Likert.Rmd',
'likert_edav_info.Rmd',
'Likert_vs_Bar_Chart.Rmd',
'Radar_Charts.Rmd',
'r_vs_tableau_plots.Rmd',
'Viz_with_GeomMLBStadiums.Rmd',
'ggmosaic_cheatsheet.Rmd',
'Comparative_Study_of_Mosaic.Rmd',
'latex_visualization.Rmd',
'wordcloud2_cheatsheet.Rmd',
'wordcloud_tutorial.Rmd',
'sentiment_with_wordcloud.Rmd',
'Data_Visualization_Workshop.Rmd',
# Part IV: Interactive Graphs
'a_tutorial_of_shiny.Rmd', # do not move
'Notes_html_js_d3.Rmd',
'Stocks_analysis_with_plotly.Rmd',
'GoogleVis_tutorial.Rmd',
'master_interactive.Rmd',
# Part V: Spatial Analysis
'maps.Rmd', # do not move
'Mapping_in_R.rmd',
'plotting_maps_tutorial.Rmd',
'us_map.Rmd',
'Stamen_Maps_for_Spatial_Data.Rmd',
'world_heatmap.Rmd',
'master_spatial.Rmd',
# Part VI: Modeling
'time_series_cheatsheet.Rmd', # PART
'Multivariable_Regression_Tutorial.Rmd',
'keras_tutorial.Rmd',
'time_series_arima.Rmd',
'master_modeling.Rmd',
# Part VII Communicating results
'rmarkdown_tutorial.Rmd',
'python_r_markdown.Rmd',
'rstudio_vs_jupyterlab.Rmd',
'bookdown.Rmd',
# Part VIII: Case studies
'first_step_of_data_analysis.Rmd', # do not move
'tinder_study.Rmd',
'ice_cream_survey.Rmd',
'askamanager_salary_survey.Rmd',
'senate.Rmd',
# Part IX: Translation
'Stringr_introduction_chinese_version.Rmd', # do not move
'likert_package_translate.Rmd',
'rvest_translation.Rmd',
'rvest_data_transformation_translate.Rmd',
'parcoords_translation.Rmd',
'Chinese_Translation_of_plotly_and_parcoords.Rmd',
'translation_of_lattice_intro.Rmd',
'ggmosaic_cheatsheet_translation.Rmd',
'master_chinese.Rmd',
# Part: X French translation
'French_version_of_edav_info.Rmd', # do not move
# Part: XI Korean translations
'edav_info_heatmap_korean.Rmd',
'nullabor_translation_Korean.Rmd',
# Part XII: EDAV specific
'hex_sticker.Rmd', # do not move
'midsemester_review.Rmd',
'list_of_contribution.Rmd'
]
before_chapter_script: "_common.R"