summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-multtest/package.py
blob: aa5e5a34a0de4573e28dca536fd4b2f778d3ab5c (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 RMulttest(RPackage):
    """Resampling-based multiple hypothesis testing"""

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

    version('2.32.0', commit='c5e890dfbffcc3a3f107303a24b6085614312f4a')

    depends_on('r@3.4.0:3.4.9', when='@2.32.0')
    depends_on('r-biocgenerics', type=('build', 'run'))
    depends_on('r-biobase', type=('build', 'run'))