forked from hadley/adv-r
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_bookdown.yml
More file actions
48 lines (39 loc) · 788 Bytes
/
_bookdown.yml
File metadata and controls
48 lines (39 loc) · 788 Bytes
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
new_session: yes
delete_merged_file: yes
rmd_files:
[
"index.Rmd",
"Preface.Rmd",
"Introduction.Rmd",
"Foundations.Rmd",
"Names-values.Rmd",
"Vectors.Rmd",
"Subsetting.Rmd",
"Control-flow.Rmd",
"Functions.Rmd",
"Environments.Rmd",
"Conditions.Rmd",
# "Connections.Rmd",
"FP.Rmd",
"Functionals.Rmd",
"Function-factories.Rmd",
"Function-operators.Rmd",
"OO.Rmd",
"base-types.Rmd",
"S3.Rmd",
"R6.Rmd",
"S4.Rmd",
"OO-tradeoffs.Rmd",
"Meta.Rmd",
"Big-picture.Rmd",
"Expressions.Rmd",
"Quotation.Rmd",
"Evaluation.Rmd",
"Translation.Rmd",
"Techniques.Rmd",
"Debugging.Rmd",
"Perf-measure.Rmd",
"Perf-improve.Rmd",
"Rcpp.Rmd",
"References.Rmd",
]