Skip to content
Snippets Groups Projects
Commit 7f6266ee authored by Justin S's avatar Justin S Committed by Elizabeth Fischer
Browse files

r-intervals: new package at 0.15.1 (#11884)

parent 8aa8b50f
No related branches found
No related tags found
No related merge requests found
# 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 RIntervals(RPackage):
"""intervals: Tools for Working with Points and Intervals"""
homepage = "http://github.com/edzer/intervals"
url = "https://cran.r-project.org/src/contrib/intervals_0.15.1.tar.gz"
list_url = "https://cran.r-project.org/src/contrib/Archive/intervals"
version('0.15.1', sha256='9a8b3854300f2055e1492c71932cc808b02feac8c4d3dbf6cba1c7dbd09f4ae4')
depends_on('r@2.9.0:', type=('build', 'run'))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment