summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-trimcluster/package.py
blob: ccd0d8980da1bc5dba2c770ce52aa310bab1ab39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2013-2019 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 RTrimcluster(RPackage):
    """trimcluster: Cluster analysis with trimming"""

    homepage = "http://www.homepages.ucl.ac.uk/~ucakche"
    url      = "https://cloud.r-project.org/src/contrib/trimcluster_0.1-2.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/trimcluster"

    version('0.1-2.1', sha256='b64a872a6c2ad677dfeecc776c9fe5aff3e8bab6bc6a8c86957b5683fd5d2300')
    version('0.1-2', sha256='622fb61580cc19b9061c6ee28ffd751250a127f07904b45a0e1c5438d25b4f53')

    depends_on('r@1.9.0:', type=('build', 'run'))