Skip to content

Commit 14f7076

Browse files
authored
Merge pull request #14 from snoweye/master
0.1-8 on CRAN
2 parents e45b9a3 + 3d5141c commit 14f7076

29 files changed

+46
-50
lines changed

DESCRIPTION

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pmclust
2-
Version: 0.1-7
3-
Date: 2016-06-07
2+
Version: 0.1-8
3+
Date: 2016-09-21
44
Title: Parallel Model-Based Clustering using
55
Expectation-Gathering-Maximization Algorithm for Finite Mixture
66
Gaussian Model
@@ -30,7 +30,3 @@ BugReports: http://group.r-pbd.org/
3030
MailingList: Please send questions and comments regarding pbdR to
3131
3232
NeedsCompilation: yes
33-
Packaged: 2016-01-24 20:10:34 UTC; snoweye
34-
Author: Wei-Chen Chen [aut, cre],
35-
George Ostrouchov [aut]
36-
Maintainer: Wei-Chen Chen <[email protected]>

inst/CITATION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ citEntry(
66
author = personList(as.person("W.-C. Chen"), as.person("G. Ostrouchov")),
77
year = "2012",
88
note = "R Package",
9-
url = "http://cran.r-project.org/package=pmclust",
10-
textVersion = "W.-C. Chen, G. Ostrouchov (2012). pmclust: Parallel Model-Based Clustering. R Package, URL http://cran.r-project.org/package=pmclust",
9+
url = "https://cran.r-project.org/package=pmclust",
10+
textVersion = "W.-C. Chen, G. Ostrouchov (2012). pmclust: Parallel Model-Based Clustering. R Package, URL https://cran.r-project.org/package=pmclust",
1111
key = "Chen2012pmclustpackage"
1212
)
1313

@@ -17,8 +17,8 @@ citEntry(
1717
author = personList(as.person("W.-C. Chen"), as.person("G. Ostrouchov")),
1818
year = "2012",
1919
note = "R Vignette",
20-
url = "http://cran.r-project.org/package=pmclust",
21-
textVersion = "W.-C. Chen, G. Ostrouchov (2014). A Quick Guide for the pmclust Package. R Vignette, URL http://cran.r-project.org/package=pmclust",
20+
url = "https://cran.r-project.org/package=pmclust",
21+
textVersion = "W.-C. Chen, G. Ostrouchov (2014). A Quick Guide for the pmclust Package. R Vignette, URL https://cran.r-project.org/package=pmclust",
2222
key = "Chen2012pmclustvignette"
2323
)
2424

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

man/00_pmclust-package.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
dispersions.
4444
}
4545
\references{
46-
High Performance Statistical Computing (HPSC) Website:
47-
\url{http://thirteen-01.stat.iastate.edu/snoweye/hpsc/}
46+
% High Performance Statistical Computing (HPSC) Website:
47+
% \url{http://thirteen-01.stat.iastate.edu/snoweye/hpsc/}
4848

4949
Programming with Big Data in R Website:
5050
\url{http://r-pbd.org/}

0 commit comments

Comments
 (0)