forked from jtr13/cc21fall2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_bookdown.yml
81 lines (70 loc) · 2.13 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
book_filename: "cc21fall2"
new_session: true
before_chapter_script: _common.R
delete_merged_file: true
language:
ui:
chapter_name: "Chapter "
# Chapter ordering
rmd_files: [
# Part: Introduction
'index.Rmd', # must be first chapter
'assignment.Rmd',
'instructions.Rmd',
'sample_project.Rmd',
# Part: Cheatsheets
'statistics_in_r_vs_python.Rmd', # contains PART header
"python_seaborn_cheatsheet.Rmd",
'make_r_packages.Rmd',
'rchess_package_cheatsheet.Rmd',
'hypothesis_testing_cheatsheet.Rmd',
'interactive_web_visualizations_for_r_cheatsheet.Rmd',
'ggforce.Rmd',
'gganimate_cheatsheat.Rmd',
'statistical_tests_and_parameter_estimations_in_r.Rmd',
'ggalluvial_cheatsheet.Rmd',
'cc_plotly_cheatsheet.Rmd',
'concept_r_python_cheatsheet.Rmd',
'data_visualization_packages_in_r.Rmd',
'esquisse_cheatsheet.Rmd',
'review_sheet_for_r_code_and_data_transformation.Rmd',
# Part: Tutorials
'clustering_analysis_tutorial.Rmd', # contains PART header
'postgresql_r.Rmd',
'apply_function_in_r.Rmd',
'introdution_interative_graphs_in_r.Rmd',
'stock_analysis.Rmd',
'data_vis_ordering.Rmd',
'r_lattice_tutorial.Rmd',
'network_visualization_in_r.Rmd',
'dplyr_tutorial_in_r.Rmd',
'downloading_files.Rmd',
'intro_to_maps_with_ggmap.Rmd',
'base_r_tidyverse_data_table.Rmd',
'raincloud_plot_tutorial.rmd',
'intro_to_dygraph.Rmd',
'streamlit_tutorial.rmd',
'hive_plots_ggraph_hiver.Rmd',
'introduction_to_xai_in_r.Rmd',
'tutorial_gg_cleveland.Rmd',
'neuralnet_r_tutorial.Rmd',
'from_dplyr_to_pandas_and_back.Rmd',
'readable_plots.Rmd',
'spatial_data_analysis.Rmd',
'python_vs_r_graph.Rmd',
'base_r_tutorial.Rmd',
'python_altair_tutorial.Rmd',
'r_to_python_plot_tutorial.Rmd',
'models_and_prediction_evaluation.Rmd',
'interactive_dygraphs.Rmd',
'r_with_python.Rmd',
# Part: Projects & Workshops
'analytics_consulting_intro.Rmd',
# Part: Data visualizations
'introduction_to_pyecharts_package.Rmd',
'r_vs_python_plots.Rmd',
# Part: Custom R packages
# Part: Appendices
'appendix_initial_setup.Rmd', # contains PART header
'appendix_pull_request_tutorial.Rmd'
]