summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-classint/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-classint/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-classint/package.py11
1 files changed, 8 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/r-classint/package.py b/var/spack/repos/builtin/packages/r-classint/package.py
index 3a9f11c66d..fb859c3e7c 100644
--- a/var/spack/repos/builtin/packages/r-classint/package.py
+++ b/var/spack/repos/builtin/packages/r-classint/package.py
@@ -10,11 +10,16 @@ class RClassint(RPackage):
"""Selected commonly used methods for choosing univariate class intervals
for mapping or other graphics purposes."""
- homepage = "https://cran.r-project.org/package=classInt"
- url = "https://cran.r-project.org/src/contrib/classInt_0.1-24.tar.gz"
- list_url = "https://cran.r-project.org/src/contrib/Archive/classInt"
+ homepage = "https://cloud.r-project.org/package=classInt"
+ url = "https://cloud.r-project.org/src/contrib/classInt_0.1-24.tar.gz"
+ list_url = "https://cloud.r-project.org/src/contrib/Archive/classInt"
+ version('0.4-1', sha256='39c63f8e37b379033d73d57929b5b8ea41b0023626cc1cec648d66bade5d0103')
+ version('0.3-3', sha256='a93e685ef9c40d5977bb91d7116505a25303b229897a20544722a94ea1365f30')
+ version('0.3-1', sha256='e2e6f857b544dfecb482b99346aa3ecfdc27b4d401c3537ee8fbaf91caca92b9')
version('0.1-24', '45f1bde3ec7601ce17c99189be5c0fd5')
+ depends_on('r@2.2:', type=('build', 'run'))
depends_on('r-e1071', type=('build', 'run'))
depends_on('r-class', type=('build', 'run'))
+ depends_on('r-kernsmooth', type=('build', 'run'))