gnu: r-ks: Update to 1.14.2.

* gnu/packages/cran.scm (r-ks): Update to 1.14.2.
[propagated-inputs]: Remove r-plot3d.

Change-Id: I8c7abbbd691ca0de5da704cbfa170aeb2949d8e1
This commit is contained in:
Ricardo Wurmus 2024-01-17 23:09:48 +01:00
parent 5d182499e8
commit 7bf376a675
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -18247,13 +18247,13 @@ validation. It can be run in parallel to save computation time.")
(define-public r-ks
(package
(name "r-ks")
(version "1.14.1")
(version "1.14.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ks" version))
(sha256
(base32 "0vf7vqaq6bhi4rrggmd56wzxx40j846g66yxvvbnihqjyhxgahs5"))))
(base32 "1jrzh1syq6jdqpp5xmb25hqsk07bpbn6caqhp9mw5zpsdi3k14gi"))))
(build-system r-build-system)
(propagated-inputs
(list r-fnn
@ -18264,7 +18264,6 @@ validation. It can be run in parallel to save computation time.")
r-mgcv
r-multicool
r-mvtnorm
r-plot3d
r-pracma))
(home-page "https://www.mvstat.net/tduong/")
(synopsis "Kernel smoothing")