summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorJustin Stanley <molecuul@users.noreply.github.com>2019-03-01 09:57:59 -0600
committerLevi Baber <baberlevi@gmail.com>2019-03-01 09:57:59 -0600
commitc4aba6a2042a2823e55e7cfff0d0846d30b52f6e (patch)
tree6ca8ccf10ca46a0d9c869fd80010cef67c3ef85f /var
parent16af5f31d9849c97ef5085a39d169341ff67ee31 (diff)
downloadspack-c4aba6a2042a2823e55e7cfff0d0846d30b52f6e.tar.gz
spack-c4aba6a2042a2823e55e7cfff0d0846d30b52f6e.tar.bz2
spack-c4aba6a2042a2823e55e7cfff0d0846d30b52f6e.tar.xz
spack-c4aba6a2042a2823e55e7cfff0d0846d30b52f6e.zip
r-spatial: new package at 7.3-11 (#10728)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-spatial/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-spatial/package.py b/var/spack/repos/builtin/packages/r-spatial/package.py
new file mode 100644
index 0000000000..6129cf5865
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-spatial/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 RSpatial(RPackage):
+ """spatial: Functions for Kriging and Point Pattern Analysis"""
+
+ homepage = "https://cran.r-project.org/package=spatial"
+ url = "https://cran.r-project.org/src/contrib/spatial_7.3-11.tar.gz"
+ list_url = "https://cran.r-project.org/src/contrib/Archive/spatial"
+
+ version('7.3-11', sha256='624448d2ac22e1798097d09fc5dc4605908a33f490b8ec971fc6ea318a445c11')
+
+ depends_on('r@3.0.0:', type=('build', 'run'))
+ depends_on('r-mass', type=('build', 'run'))