forked from migariane/datadr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 898 Bytes
/
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
Package: datadr
Type: Package
Title: Divide and Recombine for Large, Complex Data
Version: 0.7.5
Date: 2015-01-06
Author: Ryan Hafen
Maintainer: Ryan Hafen <rhafen@gmail.com>
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). Also includes experimental
support for key-value pairs stored as Spark RDDs using the SparkR package.
License: BSD_3_clause + file LICENSE
LazyLoad: yes
LazyData: yes
Depends:
R (>= 2.15.1)
Imports:
data.table,
digest,
codetools,
hexbin,
parallel,
methods
Suggests:
testthat (>= 0.8.1),
roxygen2 (>= 4.0.0),
Rhipe,
SparkR