summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-biocmanager/package.py
blob: e32de726085bf4448924b7bf165d5a70ae3512d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 RBiocmanager(RPackage):
    """Access the Bioconductor Project Package Repository.

    A convenient tool to install and update Bioconductor packages."""

    cran = "BiocManager"

    version("1.30.18", sha256="f763126b45614e1b83260da5311923eac50db24002f3c22fa5f667434a5b5c35")
    version("1.30.16", sha256="75a754a55192ef6aa6ac9b054fd5381ff03fe6bb8b2e033eb8143da930ef3855")
    version("1.30.10", sha256="f3b7a412b42be0ab8df5fcd9bf981876ba9e5c55bc5faaca7af7ede3b6d0c90e")