mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -05:00
gnu: r-ks: Update to 1.13.1.
* gnu/packages/cran.scm (r-ks): Update to 1.13.1. [propagated-inputs]: Add r-pracma.
This commit is contained in:
parent
caeed0e512
commit
ee285cb4ce
1 changed files with 4 additions and 3 deletions
|
@ -11842,13 +11842,13 @@ (define-public r-misc3d
|
||||||
(define-public r-ks
|
(define-public r-ks
|
||||||
(package
|
(package
|
||||||
(name "r-ks")
|
(name "r-ks")
|
||||||
(version "1.12.0")
|
(version "1.13.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ks" version))
|
(uri (cran-uri "ks" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sff6rlpq64lqyvwgral9zbcan30wpgmfb26hw9y6wzypd9gxbz6"))))
|
(base32 "0zi7yixz3hvqvb5fxipkxprk5p4irr61csd3k6scsxqyhrb5ffls"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-fnn" ,r-fnn)
|
`(("r-fnn" ,r-fnn)
|
||||||
|
@ -11859,7 +11859,8 @@ (define-public r-ks
|
||||||
("r-mgcv" ,r-mgcv)
|
("r-mgcv" ,r-mgcv)
|
||||||
("r-multicool" ,r-multicool)
|
("r-multicool" ,r-multicool)
|
||||||
("r-mvtnorm" ,r-mvtnorm)
|
("r-mvtnorm" ,r-mvtnorm)
|
||||||
("r-plot3d" ,r-plot3d)))
|
("r-plot3d" ,r-plot3d)
|
||||||
|
("r-pracma" ,r-pracma)))
|
||||||
(home-page "https://www.mvstat.net/tduong/")
|
(home-page "https://www.mvstat.net/tduong/")
|
||||||
(synopsis "Kernel smoothing")
|
(synopsis "Kernel smoothing")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue