summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-flexclust/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-flexclust/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-flexclust/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-flexclust/package.py b/var/spack/repos/builtin/packages/r-flexclust/package.py
index 508f11d498..04d86bc306 100644
--- a/var/spack/repos/builtin/packages/r-flexclust/package.py
+++ b/var/spack/repos/builtin/packages/r-flexclust/package.py
@@ -7,7 +7,9 @@ from spack import *
class RFlexclust(RPackage):
- """The main function kcca implements a general framework for k-centroids
+ """Flexible Cluster Algorithms.
+
+ The main function kcca implements a general framework for k-centroids
cluster analysis supporting arbitrary distance measures and centroid
computation. Further cluster methods include hard competitive learning,
neural gas, and QT clustering. There are numerous visualization methods for
@@ -15,9 +17,7 @@ class RFlexclust(RPackage):
centroids, ...), and bootstrap methods for the analysis of cluster
stability."""
- homepage = "https://cloud.r-project.org/package=flexclust"
- url = "https://cloud.r-project.org/src/contrib/flexclust_1.3-5.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/flexclust"
+ cran = "flexclust"
version('1.4-0', sha256='82fe445075a795c724644864c7ee803c5dd332a89ea9e6ccf7cd1ae2d1ecfc74')
version('1.3-5', sha256='dbf49969c93a7b314d9dc3299a0764ed9a804ba7dcbdc08a1235f244f4b85059')