add version 2.23-18 to r-kernsmooth (#21060)

This commit is contained in:
Glenn Johnson 2021-01-17 11:54:17 -06:00 committed by GitHub
parent a64eaacc0d
commit d84b401d38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,16 @@
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'))