-
Notifications
You must be signed in to change notification settings - Fork 23
/
DESCRIPTION
33 lines (33 loc) · 1.02 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
Package: datadr
Type: Package
Title: Divide and Recombine for Large, Complex Data
Version: 0.8.6
Date: 2016-09-22
Authors@R: c(person("Ryan", "Hafen", email = "[email protected]", role = c("aut", "cre")),
person("Landon", "Sego", role = "ctb"))
Maintainer: Ryan Hafen <[email protected]>
Description: Methods for dividing data into subsets, applying analytical
methods to the subsets, and recombining the results. Comes with a generic
MapReduce interface as well. Works with key-value pairs stored in memory,
on local disk, or on HDFS, in the latter case using the R and Hadoop
Integrated Programming Environment (RHIPE).
License: BSD_3_clause + file LICENSE
URL: http://deltarho.org/docs-datadr
LazyLoad: yes
LazyData: yes
NeedsCompilation: no
Imports:
data.table (>= 1.9.6),
digest,
codetools,
hexbin,
parallel,
magrittr,
dplyr,
methods
Suggests:
testthat (>= 0.11.0),
roxygen2 (>= 5.0.1),
Rhipe
RoxygenNote: 5.0.1
Additional_repositories: http://ml.stat.purdue.edu/packages