summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-debugme/package.py
blob: 68c0ca7b10ef142f8314de086cfd7a749ed13a9d (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-2023 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 RDebugme(RPackage):
    """Debug R Packages.

    Specify debug messages as special string constants, and control debugging
    of packages via environment variables."""

    cran = "debugme"

    license("MIT")

    version("1.1.0", sha256="4dae0e2450d6689a6eab560e36f8a7c63853abbab64994028220b8fd4b793ab1")

    depends_on("r-crayon", type=("build", "run"))