summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-altcdfenvs/package.py
blob: 9853b0cda8b05fa64821e79864551e643637379e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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 RAltcdfenvs(RPackage):
    """Convenience data structures and functions to handle cdfenvs."""

    homepage = "https://www.bioconductor.org/packages/altcdfenvs/"
    git      = "https://git.bioconductor.org/packages/altcdfenvs.git"

    version('2.38.0', commit='2e92b9da76dbe50af4bf33c525134e29e9809291')

    depends_on('r@3.4.0:3.4.9', when='@2.38.0')
    depends_on('r-biocgenerics', type=('build', 'run'))
    depends_on('r-s4vectors', type=('build', 'run'))
    depends_on('r-biobase', type=('build', 'run'))
    depends_on('r-affy', type=('build', 'run'))
    depends_on('r-makecdfenv', type=('build', 'run'))
    depends_on('r-biostrings', type=('build', 'run'))
    depends_on('r-hypergraph', type=('build', 'run'))