Skip to content

Commit

Permalink
version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mlampros authored and cran-robot committed May 21, 2021
1 parent adb5a4c commit dbbd193
Show file tree
Hide file tree
Showing 9 changed files with 569 additions and 764 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Expand Up @@ -2,8 +2,8 @@ Package: ClusterR
Type: Package
Title: Gaussian Mixture Models, K-Means, Mini-Batch-Kmeans, K-Medoids
and Affinity Propagation Clustering
Version: 1.2.4
Date: 2021-05-03
Version: 1.2.5
Date: 2021-05-21
Authors@R: c( person(given = "Lampros", family = "Mouselimis", email = "mouselimislampros@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0002-8024-1546")), person(given = "Conrad", family = "Sanderson", role = "cph", comment = "Author of the C++ Armadillo library"), person(given = "Ryan", family = "Curtin", role = "cph", comment = "Author of the C++ Armadillo library"), person(given = "Siddharth", family = "Agrawal", role = "cph", comment = "Author of the C code of the Mini-Batch-Kmeans algorithm (https://github.com/siddharth-agrawal/Mini-Batch-K-Means)"), person(given = "Brendan", family = "Frey", email = "frey@psi.toronto.edu", role = "cph", comment = "Author of the matlab code of the Affinity propagation algorithm (for commercial use please contact the author of the matlab code)"), person(given = "Delbert", family = "Dueck", role = "cph", comment = "Author of the matlab code of the Affinity propagation algorithm") )
Maintainer: Lampros Mouselimis <mouselimislampros@gmail.com>
BugReports: https://github.com/mlampros/ClusterR/issues
Expand All @@ -28,7 +28,7 @@ Suggests: OpenImageR, FD, testthat, covr, knitr, rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2021-05-03 18:42:53 UTC; lampros
Packaged: 2021-05-21 05:58:00 UTC; lampros
Author: Lampros Mouselimis [aut, cre] (<https://orcid.org/0000-0002-8024-1546>),
Conrad Sanderson [cph] (Author of the C++ Armadillo library),
Ryan Curtin [cph] (Author of the C++ Armadillo library),
Expand All @@ -41,4 +41,4 @@ Author: Lampros Mouselimis [aut, cre] (<https://orcid.org/0000-0002-8024-1546>),
Delbert Dueck [cph] (Author of the matlab code of the Affinity
propagation algorithm)
Repository: CRAN
Date/Publication: 2021-05-04 05:30:17 UTC
Date/Publication: 2021-05-21 06:40:05 UTC
15 changes: 7 additions & 8 deletions MD5
@@ -1,18 +1,18 @@
24bd9af99a151952653f4e15fce7c235 *DESCRIPTION
e208869dc0318f7979f99f5d05963351 *DESCRIPTION
f85385f4d440f19f92d49280a2dede8c *NAMESPACE
0e81f3cfda1e0140c8be435a0a977802 *NEWS.md
b6b1bfe6d8b5e038e67b72a94421ef3d *NEWS.md
b548736909a2046545359623e6587052 *R/ClusterR.R
a1034a2f8f1395cacb402818d08df136 *R/RcppExports.R
35f225d30d6052d8f9705f283cae7756 *R/clustering_functions.R
b044df44bd5e4be0ff7b47fad26f881b *README.md
54c4209b80400cb8a788bb2e4d0df24b *build/vignette.rds
24d8c3dab2c8c89d0b93cc940328f2d8 *README.md
6c0aac27b97862d88b1dbf26e9d28fd7 *build/vignette.rds
8b6687f3bb9c58cd74ae67670872215d *data/dietary_survey_IBS.rda
aa58963ebd13c4c91edf809ca4efc5d4 *data/mushroom.rda
a9e3dfd8650ed7d2d0a91d3880a67f7b *data/soybean.rda
1c2fe23b16f781cdefa23a095e988bf6 *inst/CITATION
445ae4e451cdc0da2ccd21f401ac80b2 *inst/doc/the_clusterR_package.R
82a70334fd1785992a84fff8da2d0b89 *inst/doc/the_clusterR_package.Rmd
872d146aee0adf28cce7f45b3182b6f6 *inst/doc/the_clusterR_package.html
99ba691308111c768c4b49921bb802f4 *inst/doc/the_clusterR_package.html
866b2b9dcf93dfeaf6a600e6a72f3e67 *inst/include/ClusterRHeader.h
a860f3aa0880724f4fbefec5f157a367 *inst/include/affinity_propagation.h
8e875d0482f3387928cc3190af217d4a *man/AP_affinity_propagation.Rd
Expand Down Expand Up @@ -45,14 +45,13 @@ ec4b3799faffbc6b020f7f39e15d767c *man/tryCatch_GMM.Rd
09b9c06c1995b7331926565314480bf1 *man/tryCatch_optimal_clust_GMM.Rd
c0b0887d0e21dba427791387a69357a4 *src/Makevars
3924f33984346427452b9a43de77a4c8 *src/Makevars.win
759a7a875f4e86ee9862143e868ed587 *src/RcppExports.cpp
2f69ef2499d8ccfb5f498f79e83b78d6 *src/RcppExports.cpp
8dbcc43b2c12ea4144f6629b9f7450d0 *src/export_inst_folder_headers.cpp
6280f28df03b7c9121d612727a60858d *src/init.c
3243b3e7b85ca7953f191679629429ec *tests/testthat.R
da6089605f19e81a83128510619ce75b *tests/testthat/test-AP.R
9cf4cd722410d4c4997c81b1c0b06563 *tests/testthat/test-dissimilarity_matrices.R
74978eb17fb9aca2fb2ea750804fa3b0 *tests/testthat/test-gmm.R
dadfec105d1bf5baa6712f50a4b274a4 *tests/testthat/test-kmeans.R
4b2f90e2b0d82c91b1460f7794a40309 *tests/testthat/test-kmeans.R
5eb94335ccc116d0a34c6baf1f6eb66c *tests/testthat/test-medoids.R
a4c770e0b15abaf195a05a9efc000083 *tests/testthat/test-plot2d_silhouette_plot_ext_validation_center_scale_dist_mat.R
0504caa57b692a3c365ced1e5caf8356 *vignettes/Rplot.png
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
@@ -1,4 +1,9 @@

## ClusterR 1.2.5

* I fixed the Error of the CRAN results due to mistakes in creation of a matrix in the *test-kmeans.R* file


## ClusterR 1.2.4

* I fixed an error in the *CITATION* file
Expand Down
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -228,3 +228,21 @@ to access the Rstudio console in order to give your username and password.

<br>

### **Citation:**

If you use the code of this repository in your paper or research please cite both **ClusterR** and the **original articles / software** `https://CRAN.R-project.org/package=ClusterR`:

<br>

```R
@Manual{,
title = {{ClusterR}: Gaussian Mixture Models, K-Means, Mini-Batch-Kmeans, K-Medoids and Affinity Propagation Clustering},
author = {Lampros Mouselimis},
year = {2021},
note = {R package version 1.2.4},
url = {https://CRAN.R-project.org/package=ClusterR},
}
```

<br>

Binary file modified build/vignette.rds
Binary file not shown.

0 comments on commit dbbd193

Please sign in to comment.