summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-cellranger/package.py
blob: ca5e60048d38b8384e62cb5b7cea66e3f502a83d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 RCellranger(RPackage):
    """Helper functions to work with spreadsheets and the "A1:D10"
    style of cell range specification."""

    homepage = "https://cran.r-project.org/package=cellranger"
    url      = "https://cran.r-project.org/src/contrib/cellranger_1.1.0.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/cellranger"

    version('1.1.0', '1abcfea6af5ab2e277cb99e86880456f')

    depends_on('r-rematch', type=('build', 'run'))
    depends_on('r-tibble', type=('build', 'run'))