summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-kernsmooth/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-kernsmooth/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-kernsmooth/package.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/r-kernsmooth/package.py b/var/spack/repos/builtin/packages/r-kernsmooth/package.py
index adb03d7848..c11382cbcd 100644
--- a/var/spack/repos/builtin/packages/r-kernsmooth/package.py
+++ b/var/spack/repos/builtin/packages/r-kernsmooth/package.py
@@ -7,15 +7,14 @@ from spack import *
class RKernsmooth(RPackage):
- """Functions for kernel smoothing (and density estimation)
+ """Functions for Kernel Smoothing Supporting Wand & Jones (1995).
Functions for kernel smoothing (and density estimation) corresponding to
the book: Wand, M.P. and Jones, M.C. (1995) "Kernel Smoothing"."""
- homepage = "https://cloud.r-project.org/package=KernSmooth"
- url = "https://cloud.r-project.org/src/contrib/KernSmooth_2.23-15.tar.gz"
- list_url = "https://cloud.r-project.org/src/contrib/Archive/KernSmooth"
+ cran = "KernSmooth"
+ version('2.23-20', sha256='20eb75051e2473933d41eedc9945b03c632847fd581e2207d452cf317fa5ec39')
version('2.23-18', sha256='8334800c5ad2305539d2731b929ea34f50fa4269ba87277b699fd5be5b03c490')
version('2.23-15', sha256='8b72d23ed121a54af188b2cda4441e3ce2646359309885f6455b82c0275210f6')