summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-flashclust/package.py
blob: c36ad50cf8fd41c9d130568a0a1f9102b5b79f47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 RFlashclust(RPackage):
    """flashClust: Implementation of optimal hierarchical clustering"""

    homepage = "https://CRAN.R-project.org/package=flashClust"
    url      = "https://cran.r-project.org/src/contrib/flashClust_1.01-2.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/flashClust"

    version('1.01-2', '23409aeeef98bf35d0b3d5dd755fdeff')

    depends_on('r@2.3.0:')