summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-reordercluster/package.py
blob: cc4af499522ac1f67f035eab2aff5838e98ae33b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2013-2018 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

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."""

    homepage = "https://cran.r-project.org/package=ReorderCluster"
    url      = "https://cran.rstudio.com/src/contrib/ReorderCluster_1.0.tar.gz"

    version('1.0', '67ba34acb15dda75389a822bd2fdd31a')

    depends_on('r-gplots', type=('build', 'run'))
    depends_on('r-rcpp', type=('build', 'run'))