summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-globaloptions/package.py
blob: 3aef7c1f65b8094ac498b56aa39b34fb24baf4b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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 RGlobaloptions(RPackage):
    """It provides more controls on the option values such as validation and
       filtering on the values, making options invisible or private."""

    homepage = "https://cran.r-project.org/package=GlobalOptions"
    url      = "https://cran.rstudio.com/src/contrib/GlobalOptions_0.0.12.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/GlobalOptions"

    version('0.0.12', '6c268b3b27874918ba62eb0f6aa0a3e5')

    depends_on('r-testthat', type=('build', 'run'))
    depends_on('r-knitr', type=('build', 'run'))
    depends_on('r-markdown', type=('build', 'run'))