summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-06-28 18:42:55 -0500
committerElizabeth Fischer <elizabeth.fischer@columbia.edu>2019-06-28 19:42:55 -0400
commit7f6266eef6cbd560edd0b0aa1ac6947f028f92c4 (patch)
treea4c53be44c666602a627679d8cbd1bfe458eae24 /var
parent8aa8b50f915661fdb6f125c189f0dbd2db298550 (diff)
downloadspack-7f6266eef6cbd560edd0b0aa1ac6947f028f92c4.tar.gz
spack-7f6266eef6cbd560edd0b0aa1ac6947f028f92c4.tar.bz2
spack-7f6266eef6cbd560edd0b0aa1ac6947f028f92c4.tar.xz
spack-7f6266eef6cbd560edd0b0aa1ac6947f028f92c4.zip
r-intervals: new package at 0.15.1 (#11884)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-intervals/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-intervals/package.py b/var/spack/repos/builtin/packages/r-intervals/package.py
new file mode 100644
index 0000000000..3b384f772c
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-intervals/package.py
@@ -0,0 +1,18 @@
+# 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'))