summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-05-14 15:57:33 -0500
committerLevi Baber <baber@iastate.edu>2019-05-14 15:57:33 -0500
commitea49b64c4434d5fcc597ece7e3a564f46c5a88ca (patch)
tree764f7c23251f1b5b046d5c52d97d30487dcc12ff
parenta4ceffa4ffcbf91c67fa9921b893cbe3169ffda8 (diff)
downloadspack-ea49b64c4434d5fcc597ece7e3a564f46c5a88ca.tar.gz
spack-ea49b64c4434d5fcc597ece7e3a564f46c5a88ca.tar.bz2
spack-ea49b64c4434d5fcc597ece7e3a564f46c5a88ca.tar.xz
spack-ea49b64c4434d5fcc597ece7e3a564f46c5a88ca.zip
r-caroline: new package at 0.7.6 (#11450)
-rw-r--r--var/spack/repos/builtin/packages/r-caroline/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-caroline/package.py b/var/spack/repos/builtin/packages/r-caroline/package.py
new file mode 100644
index 0000000000..152edc7cfc
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-caroline/package.py
@@ -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 RCaroline(RPackage):
+ """caroline: A Collection of Database, Data Structure, Visualization,
+ andUtility Functions for R"""
+
+ homepage = "https://cran.r-project.org/package=caroline"
+ url = "https://cran.r-project.org/src/contrib/caroline_0.7.6.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/caroline"
+
+ version('0.7.6', sha256='e7ba948f7d87f091b498dd0eec2ca4fdad7af4e2bbb67e0945c2f0d3f2eadda9')
+
+ depends_on('r@1.8.0:', type=('build', 'run'))