diff options
author | Glenn Johnson <glenn-johnson@uiowa.edu> | 2021-01-17 11:54:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 11:54:17 -0600 |
commit | d84b401d38f5efc684c41e46d37d2d7aea067a6b (patch) | |
tree | 57f6220931254eec85afda96de8f666c8c5ebfb4 | |
parent | a64eaacc0d9224cb2c63e3f25479aba3a90859d8 (diff) | |
download | spack-d84b401d38f5efc684c41e46d37d2d7aea067a6b.tar.gz spack-d84b401d38f5efc684c41e46d37d2d7aea067a6b.tar.bz2 spack-d84b401d38f5efc684c41e46d37d2d7aea067a6b.tar.xz spack-d84b401d38f5efc684c41e46d37d2d7aea067a6b.zip |
add version 2.23-18 to r-kernsmooth (#21060)
-rw-r--r-- | var/spack/repos/builtin/packages/r-kernsmooth/package.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-kernsmooth/package.py b/var/spack/repos/builtin/packages/r-kernsmooth/package.py index b422b8f2b5..aaff9bd348 100644 --- a/var/spack/repos/builtin/packages/r-kernsmooth/package.py +++ b/var/spack/repos/builtin/packages/r-kernsmooth/package.py @@ -7,12 +7,16 @@ from spack import * class RKernsmooth(RPackage): - """Functions for kernel smoothing (and density estimation).""" + """Functions for kernel smoothing (and density estimation) + + 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" + version('2.23-18', sha256='8334800c5ad2305539d2731b929ea34f50fa4269ba87277b699fd5be5b03c490') version('2.23-15', sha256='8b72d23ed121a54af188b2cda4441e3ce2646359309885f6455b82c0275210f6') depends_on('r@2.5.0:', type=('build', 'run')) |