diff options
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a685be796b..3f83eaa9ae 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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") |