summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-runit/package.py
blob: 51b0b1dc1437b5bfe366576190966b39d2538d57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 RRunit(RPackage):
    """R Unit Test Framework.

    R functions implementing a standard Unit Testing framework, with additional
    code inspection and report generation tools."""

    cran = "RUnit"

    version("0.4.32", sha256="23a393059989000734898685d0d5509ece219879713eb09083f7707f167f81f1")

    depends_on("r@2.5.0:", type=("build", "run"))