summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-vegan/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-vegan/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-vegan/package.py15
1 files changed, 12 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-vegan/package.py b/var/spack/repos/builtin/packages/r-vegan/package.py
index 1410129e62..2248bfd9e1 100644
--- a/var/spack/repos/builtin/packages/r-vegan/package.py
+++ b/var/spack/repos/builtin/packages/r-vegan/package.py
@@ -11,10 +11,19 @@ class RVegan(RPackage):
community and vegetation ecologists."""
homepage = "https://github.com/vegandevs/vegan"
- url = "https://cran.r-project.org/src/contrib/vegan_2.4-3.tar.gz"
- list_url = "https://cran.r-project.org/src/contrib/Archive/vegan"
+ url = "https://cloud.r-project.org/src/contrib/vegan_2.4-3.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/vegan"
+ version('2.5-5', sha256='876b5266f29f3034fed881020d16f476e62d145a00cb450a1a213e019e056971')
+ version('2.5-4', sha256='5116a440111fca49b5f95cfe888b180ff29a112e6301d5e2ac5cae0e628493e0')
version('2.4-3', 'db17d4c4b9a4d421246abd5b36b00fec')
- depends_on('r@3.0:')
+ depends_on('r@3.0.0:', when='@:2.4-6', type=('build', 'run'))
+ depends_on('r@3.1.0:', when='@2.5-1', type=('build', 'run'))
+ depends_on('r@3.2.0:', when='@2.5-2:2.5-4', type=('build', 'run'))
+ depends_on('r@3.4.0:', when='@2.5-5:', type=('build', 'run'))
depends_on('r-permute@0.9-0:', type=('build', 'run'))
+ depends_on('r-lattice', type=('build', 'run'))
+ depends_on('r-mass', type=('build', 'run'))
+ depends_on('r-cluster', type=('build', 'run'))
+ depends_on('r-mgcv', type=('build', 'run'))