forked from hadley/adv-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.yaml
180 lines (180 loc) · 2.77 KB
/
toc.yaml
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
beyond-exception-handling.rmd: []
C-interface.rmd:
- c-api
- calling-c
- c-data-structures
- c-vectors
- c-pairlists
- c-input-validation
- c-find-source
Computing-on-the-language.rmd:
- nse
- capturing-expressions
- subset
- scoping-issues
- calling-from-another-function
- substitute
- capturing-dots
- nse-downsides
contribute.rmd: []
Data-structures.rmd:
- data-structures
- vectors
- attributes
- vector-names
- matrices-and-arrays
- data-frames
- data-structure-answers
dsl.rmd:
- dsl
- html
- latex
Environments.rmd:
- environments
- env-basics
- env-recursion
- function-envs
- calling-environments
- binding
- explicit-envs
- env-answers
Exceptions-Debugging.rmd:
- debugging
- debugging-techniques
- debugging-tools
- condition-handling
- try
- defensive-programming
- debugging-answers
Expressions.rmd:
- metaprogramming
- structure-of-expressions
- names
- calls
- capturing-call
- pairlists
- parsing-and-deparsing
- ast-funs
- modifying-code
Formulas.rmd: []
Function-operators.rmd:
- function-operators
- behavioural-fos
- tee
- output-fos
- input-fos
- combining-fos
Functional-programming.rmd:
- functional-programming
- fp-motivation
- anonymous-functions
- closures
- mutable-state
- lists-of-functions
- numerical-integration
Functionals.rmd:
- functionals
- lapply
- functionals-loop
- map
- functionals-ds
- functionals-fp
- functionals-math
- functionals-not
- function-family
Functions.rmd:
- function-components
- lexical-scoping
- fresh-start
- all-calls
- function-arguments
- lazy-evaluation
- special-calls
- infix-functions
- replacement-functions
- return-values
- on-exit
- function-answers
index.rmd:
- adv-r
- r-pkgs
Introduction.rmd:
- who-should-read
- what-you-will-get
- meta-techniques
- recommended-reading
- getting-help
- intro-ack
- conventions
- colophon
memory.rmd:
- memory
- object-size
- gc
- memory-profiling
- modification
OO-essentials.rmd:
- oo
- base-types
- s3
- s4
- rc
- picking-a-system
- oo-answers
Performance.rmd:
- performance
- why-is-r-slow
- microbenchmarking
- language-performance
- extreme-dynamism
- implementation-performance
- faster-r
Profiling.rmd:
- profiling
- measure-perf
- improve-perf
- code-organisation
- already-solved
- be-lazy
- vectorise
- avoid-copies
- byte-code
- t-test
- parallelise
- more-techniques
R5.rmd: []
Rcpp.rmd:
- rcpp
- rcpp-intro
- sourceCpp
- rcpp-classes
- functions-rcpp
- rcpp-na
- vectors-rcpp
- rcpp-sugar
- stl
- data-structures-rcpp
- vectors-stl
- rcpp-case-studies
- rcpp-package
- rcpp-more
Reproducibility.rmd: []
S3.rmd: []
S4.rmd: []
SoftwareSystems.rmd:
- s3-ss
- s4-ss
Style.rmd: style
Subsetting.rmd:
- subsetting
- data-types
- matrix-subsetting
- df-subsetting
- subsetting-operators
- simplify-preserve
- subassignment
- applications
- lookup-tables
- matching-merging
- subsetting-answers
Vocabulary.rmd: vocabulary