summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-bbmisc/package.py
blob: f8cee5cec61995c8074d33c378ae7395e26545bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RBbmisc(RPackage):
    """Miscellaneous helper functions for and from B. Bischl and some other
       guys, mainly for package development."""

    homepage = "https://github.com/berndbischl/BBmisc"
    url      = "https://cran.r-project.org/src/contrib/BBmisc_1.11.tar.gz"
    list_url = "https://cran.r-project.org/src/contrib/Archive/BBmisc"

    version('1.11', '681642628037406beb6088d5f773473d')

    depends_on('r-checkmate@1.8.0:', type=('build', 'run'))