summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAmjad Kotobi <amjadkotbi@gmail.com>2020-05-17 17:22:52 +0200
committerGitHub <noreply@github.com>2020-05-17 10:22:52 -0500
commit9685792f83e657a6fba6c1153ef4374edaa18091 (patch)
treeacbc224efa4da21f17e88542600fdf6cb24b028c /var
parent41907639c4c06a2509feed98a69a38dee76e3b25 (diff)
downloadspack-9685792f83e657a6fba6c1153ef4374edaa18091.tar.gz
spack-9685792f83e657a6fba6c1153ef4374edaa18091.tar.bz2
spack-9685792f83e657a6fba6c1153ef4374edaa18091.tar.xz
spack-9685792f83e657a6fba6c1153ef4374edaa18091.zip
r-spatialpack : New package (#16664)
* r-spatialpack : New package * r-spatialpack : R dependeny added type * r-spatialpack: Description was missing
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/r-spatialpack/package.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/r-spatialpack/package.py b/var/spack/repos/builtin/packages/r-spatialpack/package.py
new file mode 100644
index 0000000000..afa919cd10
--- /dev/null
+++ b/var/spack/repos/builtin/packages/r-spatialpack/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 RSpatialpack(RPackage):
+ """Tools to assess the association between two spatial processes."""
+
+ homepage = "https://cloud.r-project.org/package=SpatialPack"
+ url = "https://cloud.r-project.org/src/contrib/SpatialPack_0.3-8.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/SpatialPack"
+
+ version('0.3-8', sha256='a0e54b5dee3cd30a634e2d30380fe163942b672073fd909be888803332ed5151')
+ version('0.3', sha256='4c80fc1c77bc97fc678e6e201ecf7f0f89dcf3417b3b497a28a3639e9b30bd8a')
+
+ depends_on('r@2.10:', type=('build', 'run'))