summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-trimcluster/package.py
blob: e1ea58534d8ca2036402d53075f8bc417cc9e09d (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 RTrimcluster(RPackage):
    """trimcluster: Cluster analysis with trimming"""

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

    version('0.1-2', '7617920e224bd18f5b87db38a3116ec2')

    depends_on('r@1.9.0:')