Skip to content

Commit 1e0a345

Browse files
committed
updates
1 parent eee1d16 commit 1e0a345

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ 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"))
77
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)
8+
pbdSLAP (>= 0.1-9), pbdBASE (>= 0.3-0), pbdDMAT (>= 0.3-0)
109
Enhances: MixSim
1110
LazyLoad: yes
1211
LazyData: yes
@@ -26,7 +25,7 @@ URL: http://r-pbd.org/
2625
BugReports: http://group.r-pbd.org/
2726
MailingList: Please send questions and comments regarding pbdR to
2827
29-
Packaged: 2014-06-21 19:26:18 UTC; snoweye
28+
Packaged: 2014-06-21 20:28:51 UTC; snoweye
3029
Author: Wei-Chen Chen [aut, cre],
3130
George Ostrouchov [aut]
3231
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, pbdSLAP, SEXPtools, pbdBASE, pbdDMAT)
3+
import(methods, rlecuyer, pbdMPI, MASS, pbdSLAP, pbdBASE, pbdDMAT)
44

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

inst/doc/pmclust-guide.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)