This repository has been archived by the owner on Mar 14, 2018. It is now read-only.
forked from Crunch-io/rcrunch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
118 lines (118 loc) · 2.71 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
Package: crunch
Type: Package
Title: Crunch.io Data Tools
Description: The Crunch.io service <http://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.17.9
Authors@R: c(
person("Neal", "Richardson", role=c("aut", "cre"), email="[email protected]"),
person("Jonathan", "Keane", role="ctb", email="[email protected]"),
person("Gordon", "Shotwell", role="ctb", email="[email protected]"))
URL: https://github.com/Crunch-io/rcrunch
BugReports: https://github.com/Crunch-io/rcrunch/issues
License: LGPL (>= 3)
Depends:
R (>= 3.0.0)
Imports:
httr (>= 1.0.0),
httpcache (>= 0.1.4),
jsonlite (>= 0.9.15),
methods,
curl
Suggests:
covr,
devtools,
httptest (>= 2.0.0),
knitr
VignetteBuilder: knitr
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE)
Collate:
'AllClasses.R'
'AllGenerics.R'
'variable-definition.R'
'R-to-variable.R'
'add-subvariable.R'
'add-variable.R'
'api.R'
'append-dataset.R'
'as-data-frame.R'
'auth.R'
'batches.R'
'case-variables.R'
'categories.R'
'category.R'
'combine-categories.R'
'compare-categories.R'
'compare-datasets.R'
'compare-subvariables.R'
'compare-variables.R'
'compare.R'
'consent.R'
'context-manager.R'
'copy.R'
'crunch.R'
'crunchbox.R'
'cube-dims.R'
'cube-query.R'
'cube-result.R'
'dataset-catalog.R'
'dataset-extract.R'
'dataset-order.R'
'dataset-stream.R'
'dataset-update.R'
'dataset.R'
'dichotomize.R'
'drop-rows.R'
'edit-lock.R'
'export-dataset.R'
'expressions.R'
'filters.R'
'fork-and-merge.R'
'formula.R'
'get-datasets.R'
'github.R'
'hide-variables.R'
'interact.R'
'join-dataset.R'
'json.R'
'make-array.R'
'members.R'
'misc.R'
'multitables.R'
'new-dataset.R'
'ordering.R'
'permission-catalog.R'
'progress.R'
'projects.R'
'search.R'
'session.R'
'share.R'
'shoji-catalog.R'
'shoji-entity.R'
'shoji-order-slots.R'
'shoji-order.R'
'shoji.R'
'show.R'
'subvariables.R'
'tab-book.R'
'teams.R'
'tuple.R'
'univariate.R'
'user.R'
'variable-catalog.R'
'variable-delete.R'
'variable-metadata.R'
'variable-order.R'
'variable-summary.R'
'variable-to-R.R'
'variable-type.R'
'variable-update.R'
'variable.R'
'versions.R'
'weight.R'
'zcl.R'