summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-ctc/package.py
blob: c4ceb4d4717456730939777edd0816047362c7d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RCtc(RPackage):
    """Tools for export and import classification trees and clusters
       to other programs"""

    homepage = "https://www.bioconductor.org/packages/release/bioc/html/ctc.html"
    git      = "https://git.bioconductor.org/packages/ctc.git"

    version('1.54.0', commit='0c3df81dfc8fabe12e11884bed44b64e11fd6d4e')

    depends_on('r-amap', type=('build', 'run'))
    depends_on('r@3.5.0:3.5.9', when='@1.54.0:', type=('build', 'run'))