summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-gbrd/package.py
blob: 842095de9a8eb682745c880ba4888c50d6d24c26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 import *


class RGbrd(RPackage):
    """Provides utilities for processing Rd objects and files. Extract argument
    descriptions and other parts of the help pages of functions."""

    homepage = "https://cloud.r-project.org/package=gbRd"
    url      = "https://cloud.r-project.org/src/contrib/gbRd_0.4-11.tar.gz"
    list_url = "https://cloud.r-project.org/src/contrib/Archive/gbRd"

    version('0.4-11', sha256='0251f6dd6ca987a74acc4765838b858f1edb08b71dbad9e563669b58783ea91b')