summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-dynamictreecut/package.py
blob: 3f6a218dcd1d21b8fab016ee3bb79d0be3136c82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2024 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.package import *


class RDynamictreecut(RPackage):
    """Methods for Detection of Clusters in Hierarchical Clustering Dendrograms

    Contains methods for detection of clusters in hierarchical clustering
    dendrograms."""

    cran = "dynamicTreeCut"

    version("1.63-1", sha256="831307f64eddd68dcf01bbe2963be99e5cde65a636a13ce9de229777285e4db9")

    depends_on("r@2.3.0:", type=("build", "run"))