summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2019-07-01 20:11:16 -0500
committerPeter Scheibel <scheibel1@llnl.gov>2019-07-01 18:11:16 -0700
commita7cd7fdcd47e9f97beba5c07d8305e651150870e (patch)
treed50da6406c0ed0139b257fcccdfd8679a2b7c42b /var
parent711a80832a3faaccd555ef88957feaa5db20c143 (diff)
downloadspack-a7cd7fdcd47e9f97beba5c07d8305e651150870e.tar.gz
spack-a7cd7fdcd47e9f97beba5c07d8305e651150870e.tar.bz2
spack-a7cd7fdcd47e9f97beba5c07d8305e651150870e.tar.xz
spack-a7cd7fdcd47e9f97beba5c07d8305e651150870e.zip
New package: r-spdata (starting at version 0.3.0) (#11883)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-spdata/package.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-spdata/package.py b/var/spack/repos/builtin/packages/r-spdata/package.py
new file mode 100644
index 0000000000..1a40030c36
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-spdata/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 RSpdata(RPackage):
+ """spData: Datasets for Spatial Analysis"""
+
+ homepage = "https://github.com/Nowosad/spData"
+ url = "https://cran.r-project.org/src/contrib/spData_0.3.0.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/spData"
+
+ version('0.3.0', sha256='de24ea659541a6c795cd26a1f6a213e15061af9c97a24cba1c24ce30c6c24c98')
+
+ depends_on('r@3.3.0:', type=('build', 'run'))