summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-spdep/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-spdep/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-spdep/package.py52
1 files changed, 26 insertions, 26 deletions
diff --git a/var/spack/repos/builtin/packages/r-spdep/package.py b/var/spack/repos/builtin/packages/r-spdep/package.py
index 48ec0c3979..ddc0231719 100644
--- a/var/spack/repos/builtin/packages/r-spdep/package.py
+++ b/var/spack/repos/builtin/packages/r-spdep/package.py
@@ -21,29 +21,29 @@ class RSpdep(RPackage):
cran = "spdep"
- version('1.2-4', sha256='a9f4d5af56efb1a2bcd3e85fe4d0e8a42896a2c30a790b2487e1ebadf398a677')
- version('1.2-2', sha256='94f46f98be3bedde1655f8768b7ef2a977c399b5ca8977c68007e9e3b7515e23')
- version('1.2-1', sha256='e8cc788d4e6fbb962f4e1fb45dff166cd9dd0935a9fd502699f9a95fdf4a43f9')
- version('1.1-5', sha256='47cb46cf5cf1f4386eb1b5e4d8541d577d7f2939e74addbdb884ecf2323f6d5d')
- version('1.1-2', sha256='ba0ca3a0ad6b9cc1dc46cadd9e79259949ad38c88f738e98e482d6c06640b31a')
- version('1.0-2', sha256='6f9efa4347d5c13b49922b75481ac403431c3c76a65a109af29954aa7bb138b2')
- version('0.6-13', sha256='ed345f4c7ea7ba064b187eb6b25f0ac46f17616f3b56ab89978935cdc67df1c4')
-
- depends_on('r@3.0.0:', type=('build', 'run'))
- depends_on('r@3.3.0:', type=('build', 'run'), when='@0.7-8:')
- depends_on('r-sp@1.0:', type=('build', 'run'))
- depends_on('r-spdata@0.2.6.0:', type=('build', 'run'), when='@1.0-2:')
- depends_on('r-sf', type=('build', 'run'), when='@1.0-2:')
- depends_on('r-deldir', type=('build', 'run'))
- depends_on('r-boot@1.3-1:', type=('build', 'run'))
- depends_on('r-units', type=('build', 'run'), when='@1.2-1:')
- depends_on('r-s2', type=('build', 'run'), when='@1.2-1:')
- depends_on('r-e1071', type=('build', 'run'), when='@1.2-1:')
-
- depends_on('r-matrix', type=('build', 'run'), when='@:1.1-5')
- depends_on('r-learnbayes', type=('build', 'run'), when='@:1.1-5')
- depends_on('r-mass', type=('build', 'run'), when='@:1.1-5')
- depends_on('r-coda', type=('build', 'run'), when='@:1.1-5')
- depends_on('r-expm', type=('build', 'run'), when='@:1.1-5')
- depends_on('r-gmodels', type=('build', 'run'), when='@:1.1-5')
- depends_on('r-nlme', type=('build', 'run'), when='@:1.1-5')
+ version("1.2-4", sha256="a9f4d5af56efb1a2bcd3e85fe4d0e8a42896a2c30a790b2487e1ebadf398a677")
+ version("1.2-2", sha256="94f46f98be3bedde1655f8768b7ef2a977c399b5ca8977c68007e9e3b7515e23")
+ version("1.2-1", sha256="e8cc788d4e6fbb962f4e1fb45dff166cd9dd0935a9fd502699f9a95fdf4a43f9")
+ version("1.1-5", sha256="47cb46cf5cf1f4386eb1b5e4d8541d577d7f2939e74addbdb884ecf2323f6d5d")
+ version("1.1-2", sha256="ba0ca3a0ad6b9cc1dc46cadd9e79259949ad38c88f738e98e482d6c06640b31a")
+ version("1.0-2", sha256="6f9efa4347d5c13b49922b75481ac403431c3c76a65a109af29954aa7bb138b2")
+ version("0.6-13", sha256="ed345f4c7ea7ba064b187eb6b25f0ac46f17616f3b56ab89978935cdc67df1c4")
+
+ depends_on("r@3.0.0:", type=("build", "run"))
+ depends_on("r@3.3.0:", type=("build", "run"), when="@0.7-8:")
+ depends_on("r-sp@1.0:", type=("build", "run"))
+ depends_on("r-spdata@0.2.6.0:", type=("build", "run"), when="@1.0-2:")
+ depends_on("r-sf", type=("build", "run"), when="@1.0-2:")
+ depends_on("r-deldir", type=("build", "run"))
+ depends_on("r-boot@1.3-1:", type=("build", "run"))
+ depends_on("r-units", type=("build", "run"), when="@1.2-1:")
+ depends_on("r-s2", type=("build", "run"), when="@1.2-1:")
+ depends_on("r-e1071", type=("build", "run"), when="@1.2-1:")
+
+ depends_on("r-matrix", type=("build", "run"), when="@:1.1-5")
+ depends_on("r-learnbayes", type=("build", "run"), when="@:1.1-5")
+ depends_on("r-mass", type=("build", "run"), when="@:1.1-5")
+ depends_on("r-coda", type=("build", "run"), when="@:1.1-5")
+ depends_on("r-expm", type=("build", "run"), when="@:1.1-5")
+ depends_on("r-gmodels", type=("build", "run"), when="@:1.1-5")
+ depends_on("r-nlme", type=("build", "run"), when="@:1.1-5")