summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-a4reporting/package.py
blob: fd6629bf75aaffa0e897dbbca422ddbeeb03c3ae (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
25
26
27
# Copyright 2013-2022 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.package import *


class RA4reporting(RPackage):
    """Automated Affymetrix Array Analysis Reporting Package.

    Utility functions to facilitate the reporting of the Automated Affymetrix
    Array Analysis Reporting set of packages."""

    bioc = "a4Reporting"

    version('1.42.0', commit='b0d715b9cdac80bc412f0a9a6b33941c4a7582bb')
    version('1.38.0', commit='cd3cf244e7a299b2485684ed15519cbbda1c590f')
    version('1.32.0', commit='8d781899c625892080eb50f322694dd640d5f792')
    version('1.30.0', commit='ae9b9ade45cfac2636d0445a7e0a029dfe3b9390')
    version('1.28.0', commit='0fe72f48374353c39479a45e5516d0709f8c9ef7')
    version('1.26.0', commit='cce201502e2d3b28fd2823b66d9f81b034dc7eaa')
    version('1.24.0', commit='bf22c4d50daf40fc9eaf8c476385bf4a24a5b5ce')

    depends_on('r-xtable', type=('build', 'run'))

    depends_on('r-annaffy', type=('build', 'run'), when='@:1.32.0')