diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2021-01-17 11:24:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 11:24:20 -0600 |
commit | b8296aedf3e6fe4003524b82a8356f1bfe0fcfbc (patch) | |
tree | dfec017da288d270de8c0f0eb5808c4ee9f3d84b | |
parent | 7a109269f52721d5f3f351c82e118025e65c4b73 (diff) | |
download | spack-b8296aedf3e6fe4003524b82a8356f1bfe0fcfbc.tar.gz spack-b8296aedf3e6fe4003524b82a8356f1bfe0fcfbc.tar.bz2 spack-b8296aedf3e6fe4003524b82a8356f1bfe0fcfbc.tar.xz spack-b8296aedf3e6fe4003524b82a8356f1bfe0fcfbc.zip |
add version 5.4.7 to r-mclust (#21092)
-rw-r--r-- | var/spack/repos/builtin/packages/r-mclust/package.py | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/r-mclust/package.py b/var/spack/repos/builtin/packages/r-mclust/package.py index 05f16e6173..de7a31732d 100644 --- a/var/spack/repos/builtin/packages/r-mclust/package.py +++ b/var/spack/repos/builtin/packages/r-mclust/package.py @@ -7,13 +7,19 @@ from spack import * class RMclust(RPackage): - """mclust: Gaussian Mixture Modelling for Model-Based Clustering, - Classification, and Density Estimation""" + """Gaussian Mixture Modelling for Model-Based Clustering, Classification, + and Density Estimation + + Gaussian finite mixture models fitted via EM algorithm for model-based + clustering, classification, and density estimation, including Bayesian + regularization, dimension reduction for visualisation, and resampling-based + inference.""" homepage = "http://www.stat.washington.edu/mclust" url = "https://cloud.r-project.org/src/contrib/mclust_5.3.tar.gz" list_url = "https://cloud.r-project.org/src/contrib/Archive/mclust" + version('5.4.7', sha256='45f5a666caee5bebd3160922b8655295a25e37f624741f6574365e4ac5a14c23') version('5.4.5', sha256='75f2963082669485953e4306ffa93db98335ee6afdc1318b95d605d56cb30a72') version('5.4.4', sha256='ccc31b0ad445e121a447b04988e73232a085c506fcc7ebdf11a3e0754aae3e0d') version('5.3', sha256='2b1b6d8266ae16b0e96f118df81559f208a568744a7c105af9f9abf1eef6ba40') |