forked from RBigData/pbdDMAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.37 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
Package: pbdDMAT
Title: Programming with Big Data -- Distributed Matrix Methods
Version: 0.3-0
Depends: R (>= 2.14.0), methods, pbdMPI (>= 0.2-4), pbdSLAP (>= 0.1-9),
pbdBASE (>= 0.3-0)
LinkingTo: RNACI
Enhances: pbdSBASE
LazyLoad: yes
LazyData: yes
ByteCompile: yes
NeedsCompilation: Yes
Authors@R: c(person("Drew", "Schmidt", role = c("aut", "cre"), email =
"schmidt@math.utk.edu"),
person("Wei-Chen", "Chen", role = "aut"),
person("George", "Ostrouchov", role = "aut"),
person("Pragneshkumar", "Patel", role = "aut"),
person("R Core team", role = "ctb", comment = "some wrappers
taken from the base and stats packages"))
Description: pbdDMAT contains high level S3 and S4 methods for creating,
modifying, and performing computations with dense, distributed
matrices. This includes a new class, 'ddmatrix', for storing all
of the distributed data details. Computation is handled mostly
by routines from the pbdBASE package.
SystemRequirements: OpenMPI (>= 1.5.4) on Solaris, Linux, Mac, and
FreeBSD. MS-MPI (Microsoft HPC Pack 2012) or MPICH2 (>=
1.4.1p1) on Windows.
License: GPL (>= 2)
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 <schmidt@math.utk.edu>