summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-reordercluster/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-reordercluster/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-reordercluster/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/r-reordercluster/package.py b/var/spack/repos/builtin/packages/r-reordercluster/package.py
index c7bd7b2912..c75d6bd9d6 100644
--- a/var/spack/repos/builtin/packages/r-reordercluster/package.py
+++ b/var/spack/repos/builtin/packages/r-reordercluster/package.py
@@ -7,13 +7,13 @@ from spack import *
class RReordercluster(RPackage):
- """Tools for performing the leaf reordering for the dendrogram
- that preserves the hierarchical clustering result and at the
- same time tries to group instances from the same class together."""
+ """Reordering the dendrogram according to the class labels.
- homepage = "https://cloud.r-project.org/package=ReorderCluster"
- url = "https://cloud.r-project.org/src/contrib/ReorderCluster_1.0.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/ReorderCluster"
+ Tools for performing the leaf reordering for the dendrogram that preserves
+ the hierarchical clustering result and at the same time tries to group
+ instances from the same class together."""
+
+ cran = "ReorderCluster"
version('1.0', sha256='a87898faa20380aac3e06a52eedcb2f0eb2b35ab74fdc3435d40ee9f1d28476b')