forked from Tazinho/Advanced-R-Solutions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_bookdown.yml
executable file
·39 lines (32 loc) · 879 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
new_session: yes
delete_merged_file: yes
rmd_files:
[
"index.Rmd"
, "2-01-Introduction.Rmd"
, "2-02-Names_and_values.Rmd"
, "2-03-Vectors.Rmd"
, "2-04-Subsetting.Rmd"
, "2-05-Control_flow.Rmd"
, "2-06-Functions.Rmd"
, "2-07-Environments.Rmd"
, "2-08-Conditions.Rmd"
, "2-09-Functionals.Rmd"
, "2-10-Function_factories.Rmd"
, "2-11-Function_operators.Rmd"
, "2-12-Base_types.Rmd"
, "2-13-S3.Rmd"
, "2-14-R6.Rmd"
, "2-15-S4.Rmd"
, "2-16-Trade_offs.Rmd"
, "2-17-Big_picture.Rmd"
, "2-18-Expressions.Rmd"
, "2-19-Quasiquotation.Rmd"
, "2-20-Evaluation.Rmd"
, "2-21-Translating_R_code.Rmd"
, "2-22-Debugging.Rmd"
, "2-23-Measuring_performance.Rmd"
, "2-24-Improving_performance.Rmd"
, "2-25-Rewriting_R_code_in_cpp.Rmd"
, "2-26-Deprecated_exercises.Rmd"
]