-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.21 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
Package: pbdML
Type: Package
Title: Programming with Big Data -- Machine Learning
Version: 0.1-2
Description: A collection of machine learning utilities that can
be run either in serial with native R objects (matrices and vectors)
or in parallel with distributed matrices from the 'pbdDMAT' package.
Here, we focus on ease of coding and understanding rather than
performance (i.e., all code is written in R), and as such this
package should primarily be thought of as a demonstration of the
capabilities of the 'pbdDMAT' package.
License: BSD 2-clause License + file LICENSE
Depends:
R (>= 3.0.0),
pbdMPI (>= 0.3-0),
pbdDMAT (>= 0.4-0)
Imports:
stats
NeedsCompilation: yes
ByteCompile: yes
Authors@R: c(person("Drew", "Schmidt", role = c("aut", "cre"), email =
"wrathematics@gmail.com"),
person("George", "Ostrouchov", role = "aut"),
person("Wei-Chen", "Chen", role = "aut"),
person("Ahmed", "Moustafa", role="ctb", comment="described decomp/recomp problem"))
URL: http://r-pbd.org/
BugReports: http://group.r-pbd.org/
MailingList: Please send questions and comments regarding pbdR to
RBigData@gmail.com
Maintainer: Drew Schmidt <wrathematics@gmail.com>
RoxygenNote: 5.0.1