r-runit: new package at 0.4.32 (#10416)
This commit is contained in:
parent
2a28e6e6bb
commit
25d2ccfcc5
19
var/spack/repos/builtin/packages/r-runit/package.py
Normal file
19
var/spack/repos/builtin/packages/r-runit/package.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 2013-2019 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 RRunit(RPackage):
|
||||||
|
"""RUnit: R Unit Test Framework"""
|
||||||
|
|
||||||
|
homepage = "https://cran.r-project.org/package=RUnit"
|
||||||
|
url = "https://cran.r-project.org/src/contrib/RUnit_0.4.32.tar.gz"
|
||||||
|
list_url = "https://cran.r-project.org/src/contrib/Archive/RUnit/"
|
||||||
|
|
||||||
|
version('0.4.32', sha256='23a393059989000734898685d0d5509ece219879713eb09083f7707f167f81f1')
|
||||||
|
|
||||||
|
depends_on('r@2.5.0:', type=('build', 'run'))
|
||||||
|
depends_on('r-xml@3.1.0:', type=('build', 'run'))
|
Loading…
Reference in New Issue
Block a user