forked from Crunch-io/rcrunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
183 lines (183 loc) · 4.12 KB
/
DESCRIPTION
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
Package: crunch
Type: Package
Title: Crunch.io Data Tools
Description: The Crunch.io service <https://crunch.io/> provides a cloud-based
data store and analytic engine, as well as an intuitive web interface.
Using this package, analysts can interact with and manipulate Crunch
datasets from within R. Importantly, this allows technical researchers to
collaborate naturally with team members, managers, and clients who prefer a
point-and-click interface.
Version: 1.30.2
Authors@R: c(
person("Greg", "Freedman Ellis", role = c("aut", "cre"), email = "[email protected]"),
person("Jonathan", "Keane", role="aut", email="[email protected]"),
person("Mike", "Malecki", role="aut", email="[email protected]"),
person("Neal", "Richardson", role="aut", email="[email protected]"),
person("Gordon", "Shotwell", role="aut", email="[email protected]"))
URL: https://crunch.io/r/crunch/, https://github.com/Crunch-io/rcrunch
BugReports: https://github.com/Crunch-io/rcrunch/issues
License: LGPL (>= 3)
Depends:
R (>= 3.0.0)
Imports:
abind,
crayon,
curl,
grDevices,
httr (>= 1.0.0),
httpcache (>= 0.1.4),
jsonlite (>= 0.9.15),
methods
Suggests:
base64enc,
covr,
crunchy,
devtools,
haven,
httptest (>= 3.0.0),
knitr,
lintr,
magrittr,
mime,
rmarkdown,
rstudioapi,
spelling,
styler,
testthat (>= 2.0.0),
withr
VignetteBuilder: knitr
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.2.2
Roxygen: list(markdown = TRUE)
LazyData: true
Collate:
'AllClasses.R'
'AllGenerics.R'
'variable-definition.R'
'R-to-variable.R'
'SO-survey.R'
'abstract-categories.R'
'abstract-category.R'
'add-subvariable.R'
'add-variable.R'
'api.R'
'append-dataset.R'
'archive-and-publish.R'
'as-data-frame.R'
'as-vector.R'
'auth.R'
'automation.R'
'batches.R'
'case-variables.R'
'case-when-variable.R'
'categories.R'
'category.R'
'change-category-id.R'
'combine-categories.R'
'compare-categories.R'
'compare-datasets.R'
'compare-subvariables.R'
'compare-variables.R'
'compare.R'
'conditional-transform.R'
'consent.R'
'context-manager.R'
'copy.R'
'crunch-data-frame.R'
'crunch.R'
'crunchbox.R'
'cube-collapse-dimensions.R'
'cube-dims.R'
'cube-index-table.R'
'cube-query.R'
'cube-residuals.R'
'cube-result.R'
'cube-subset.R'
'transform.R'
'cube-transforms.R'
'cube-variables.R'
'cut.R'
'dataset-catalog.R'
'dataset-extract.R'
'dataset-order.R'
'dataset-reference.R'
'dataset-stream.R'
'dataset-update.R'
'dataset.R'
'datetime.R'
'shoji-catalog.R'
'decks.R'
'delete.R'
'dichotomize.R'
'dimension-transforms.R'
'drop-rows.R'
'edit-lock.R'
'export-dataset.R'
'expressions.R'
'fill-variable.R'
'filters.R'
'folders.R'
'fork-and-merge.R'
'formula.R'
'gadgets.R'
'geo.R'
'get-datasets.R'
'github.R'
'hide-variables.R'
'insertions.R'
'interact.R'
'join-dataset.R'
'json.R'
'length.R'
'make-array.R'
'members.R'
'merge-crunch-data-frame.R'
'misc.R'
'multitables.R'
'new-dataset.R'
'ordering.R'
'palettes.R'
'permission-catalog.R'
'permissions.R'
'show.R'
'pretty-print.R'
'private-variables.R'
'progress.R'
'project-folder.R'
'projects.R'
'rowwise.R'
'search.R'
'session.R'
'share.R'
'shoji-entity.R'
'shoji-folder.R'
'shoji-order-slots.R'
'shoji-order.R'
'shoji.R'
'slides.R'
'sliding-categories.R'
'subtotals-and-headings.R'
'subvariables.R'
'summary-insertions.R'
'tab-book.R'
'teams.R'
'transform-calculate.R'
'tuple.R'
'univariate.R'
'user-info.R'
'user.R'
'variable-as-methods.R'
'variable-catalog.R'
'variable-derivation.R'
'variable-folder.R'
'variable-metadata.R'
'variable-order.R'
'variable-summary.R'
'variable-type.R'
'variable-update.R'
'variable.R'
'variables.R'
'versions.R'
'weight.R'
'zcl.R'