-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy path_pkgdown.yml
229 lines (222 loc) · 5.93 KB
/
_pkgdown.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
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
url: https://sebkrantz.github.io/collapse/
destination: docs
home:
title: Advanced and Fast Data Transformation in R
template:
bootstrap: 5
bootswatch: sandstone # Also good: flatly, yeti, simplex, superhero, zephyr
theme: ayu-dark # Or: ayu-mirage
bslib:
primary: "#1e2124" # "#202224" # "#242424" # "#003254"
code-color: "#004573" # "#9c0027" # "#004d80" # b3002d
gray-dark: "#3f464d"
development:
mode: auto
navbar:
title: collapse
structure:
left:
- reference
- articles
- news
- blog
right:
- search
- bluesky
- twitter
- github
components:
reference:
text: Documentation
href: reference/index.html
articles:
text: Vignettes
href: articles/index.html
news:
text: News
href: news/index.html
blog:
text: Blog
href: https://sebkrantz.github.io/Rblog/
bluesky:
icon: fa-bluesky
href: https://bsky.app/profile/rcollapse.bsky.social
aria-label: BlueSky
twitter:
icon: fa-twitter
href: https://twitter.com/collapse_R
aria-label: Twitter
github:
icon: fa-github
href: https://github.com/SebKrantz/collapse
aria-label: GitHub
reference:
- contents:
- collapse-package
- collapse-documentation
- title: Fast Statistical Functions
desc: Fast (grouped and weighted) statistical functions for vector, matrix, data
frame and grouped tibble (class 'grouped_df', dplyr compatible).
contents:
- fast-statistical-functions
- fmean
- fnth-fmedian
- fmode
- fsum
- fprod
- fvar-fsd
- fmin-fmax
- ffirst-flast
- fnobs
- fndistinct
- title: Fast Grouping and Ordering
desc: Fast (ordered) groupings from vectors, data.frames, lists. Fast ordering, matching, unique
values/rows and counts, factor generation and interactions, run-length
type grouping and grouping of time-sequences.
contents:
- fast-grouping-ordering
- GRP
- radixorder
- group
- fmatch
- funique
- fcount
- qF
- fdroplevels
- groupid
- seqid
- timeid
- title: Fast Data Manipulation
desc: Fast and flexible select, replace, add, subset, transform, sort/reorder, rename/relabel, bind, join and pivot/reshape data / data frame columns.
contents:
- fast-data-manipulation
- fselect-get_vars-add_vars
- fsubset
- fsummarise
- ftransform
- across
- roworder
- colorder
- frename
- rowbind
- join
- pivot
- title: Quick Data Conversion
desc: Quick conversions between data.frame's, data.table's, tibbles, matrices, arrays,
lists, vectors and factors - fast and flexible, without method dispatch or extensive
checks.
contents:
- quick-conversion
- qF
- title: Advanced Data Aggregation
desc: Fast and easy multi-data-type, multi-function, weighted and parallelized data
aggregation.
contents:
- advanced-aggregation
- collap
- title: Data Transformations
desc: Fast row/column arithmetic, efficient row/column apply to data objects
and Split-Apply-Combine computing. Fast (grouped, weighted) replacing and sweeping
out of statistics, scaling/standardizing, (quasi-)centering, higher-dimensional
centering, linear prediction/partialling-out.
contents:
- data-transformations
- arithmetic
- dapply
- BY
- TRA
- fscale
- fbetween-fwithin
- fhdbetween-fhdwithin
- title: Linear Models
desc: Fast (weighted) linear model fitting. A fast F-test for high-dimensional linear
models.
contents:
- flm
- fFtest
- title: Time Series and Panel Series
desc: Fast and flexible indexed time series and panel data classes, (sequences
of) lags/leads, and (lagged/leaded, iterated, quasi-, log-) differences and
(compounded) growth rates on (irregular) time series and panel data. Auto-, partial-
and cross-correlation functions for panel data. Panel data to (ts-)array conversion.
contents:
- time-series-panel-series
- indexing
- timeid
- flag
- fdiff
- fgrowth
- fcumsum
- psacf
- psmat
- title: List Processing
desc: Recursive list search, splitting, extraction/subsetting, apply, and generalized
row-binding / unlisting to data frame.
contents:
- list-processing
- is_unlistable
- ldepth
- get_elem
- rsplit
- t_list
- rapply2d
- unlist2d
- title: Summary Statistics
desc: Fast (grouped, weighted, panel-decomposed) summary statistics and descriptive
tools.
contents:
- summary-statistics
- qsu
- qtab
- descr
- pwcor-pwcov-pwnobs
- varying
- title: Other Statistical
desc: Fast euclidean distance computations, (weighted) sample quantiles, and range
of vector.
contents:
- fdist
- fquantile
- title: Recode and Replace Values
desc: Efficiently recode and replace values in matrix-like objects.
contents:
- recode-replace
- pad
- title: (Memory) Efficient Programming
desc: Functions to make R programming more efficient.
contents: efficient-programming
- title: Small (Helper) Functions
desc: Convenience functions to perform multiple-assignment, nonstandard concatenation,
and deal with variable names, labels, other attributes, object checking,
and help with metaprogramming.
contents: small-helpers
- title: Data
desc: Groningen Growth and Development Centre 10-Sector Database and World Bank
World Development dataset.
contents:
- GGDC10S
- wlddev
- title: Package Options
desc: Global options affecting package operation.
contents: collapse-options
- title: internal
contents:
- collapse-documentation
- collapse-renamed
articles:
- title: Updated
desc: Vignettes that are up to date with versions 2.0 and onwards
contents:
- collapse_documentation
- collapse_for_tidyverse_users
- collapse_and_sf
- collapse_object_handling
- developing_with_collapse
- title: Legacy (Pre v1.7)
desc: Vignettes that cover functionality of versions <1.7. These
remain very useful, but do not cover newer features.
contents:
- collapse_intro
- collapse_and_dplyr
- collapse_and_data.table
- collapse_and_plm