summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-analysispageserver/package.py
blob: 13c7d37f1ab1e13845d0fd971ca8bf61082208b7 (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 RAnalysispageserver(RPackage):
    """A framework for sharing interactive data and plots from R through the
       web.

       AnalysisPageServer is a modular system that enables sharing of
       customizable R analyses via the web."""

    bioc = "AnalysisPageServer"

    version('1.18.1', commit='08bd85e872d3f2b0c1fa148cf30bcd2d1a29b630')
    version('1.16.0', commit='67b063523f80e2af1d26262367ff50f34e195174')
    version('1.14.0', commit='620c0ea1e129ddd1a0866e2c9d7c3fcf06a8baf4')
    version('1.12.0', commit='146501974ef1938ee1ec4eb293ea7eeca331a0dc')
    version('1.10.0', commit='876c87073be116fa15a1afdd407e21152eb80d50')

    depends_on('r-log4r', type=('build', 'run'))
    depends_on('r-rjson', type=('build', 'run'))
    depends_on('r-biobase', type=('build', 'run'))
    depends_on('r-graph', type=('build', 'run'))