summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-gbrd/package.py
blob: e44000f09e38d681e712b0aef82b6d8f5c8743c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2013-2024 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 RGbrd(RPackage):
    """Utilities for processing Rd objects and files.

    Provides utilities for processing Rd objects and files. Extract argument
    descriptions and other parts of the help pages of functions."""

    cran = "gbRd"

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