summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-gsa/package.py
blob: a3d524998b1a2d970aa8c9193924359a411b4a12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright 2013-2021 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 RGsa(RPackage):
    """Gene Set Analysis."""

    homepage = "https://www-stat.stanford.edu/~tibs/GSA"
    url      = "https://cloud.r-project.org/src/contrib/GSA_1.03.1.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/GSA"

    version('1.03.1', sha256='e192d4383f53680dbd556223ea5f8cad6bae62a80a337ba5fd8d05a8aee6a917')