summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-clue/package.py
blob: 30893dccaf9d5d81bfc46e75c033afa57f2c2421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2020 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 RClue(RPackage):
    """clue: Cluster Ensembles"""

    homepage = "https://cloud.r-project.org/package=clue"
    url      = "https://cloud.r-project.org/src/contrib/clue_0.3-57.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/clue"

    version('0.3-57', sha256='6e369d07b464a9624209a06b5078bf988f01f7963076e946649d76aea0622d17')

    depends_on('r@3.2.0:', type=('build', 'run'))
    depends_on('r-cluster', type=('build', 'run'))