Skip to content

Commit 3e46fc9

Browse files
committed
Add dependent and import back
1 parent 7d48233 commit 3e46fc9

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
2014-06-21: Ver. 0.1-7
22
* Migrate to MS-MPI.
33
* Get rid of jss.cls and jss.bst.
4+
* Add pbdSLAP, pbdBASE, pbdDMAT back to dependent and import.
45

56
2014-02-02: Ver. 0.1-6
67
* Add I/O demo to read data and dump clustering results.

DESCRIPTION

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Date: 2014-05-24
44
Title: Parallel Model-Based Clustering
55
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
66
"[email protected]"), person("George", "Ostrouchov", role = "aut"))
7-
Depends: R (>= 3.0.0), methods, rlecuyer, pbdMPI (>= 0.2-3), MASS
8-
Enhances: MixSim, pbdSLAP (>= 0.1-9), pbdBASE (>= 0.3-0), pbdDMAT (>=
9-
0.3-0)
7+
Depends: R (>= 3.0.0), methods, rlecuyer, pbdMPI (>= 0.2-3), MASS,
8+
pbdSLAP (>= 0.1-9), SEXPtools (>= 0.1-0), pbdBASE (>= 0.3-0),
9+
pbdDMAT (>= 0.3-0)
10+
Enhances: MixSim
1011
LazyLoad: yes
1112
LazyData: yes
1213
Description: The pmclust aims to utilize model-based clustering (unsupervised)
@@ -25,7 +26,7 @@ URL: http://r-pbd.org/
2526
BugReports: http://group.r-pbd.org/
2627
MailingList: Please send questions and comments regarding pbdR to
2728
28-
Packaged: 2014-06-21 18:25:53 UTC; snoweye
29+
Packaged: 2014-06-21 19:26:18 UTC; snoweye
2930
Author: Wei-Chen Chen [aut, cre],
3031
George Ostrouchov [aut]
3132
Maintainer: Wei-Chen Chen <[email protected]>

NAMESPACE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
useDynLib(pmclust)
22

3-
import(methods, rlecuyer, pbdMPI, MASS)
3+
import(methods, rlecuyer, pbdMPI, MASS, pbdSLAP, SEXPtools, pbdBASE, pbdDMAT)
44

55
# exportPattern("^[[:alpha:]]+")
66
# exportPattern("^[\\.]")

inst/doc/pmclust-guide.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)