diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-17 23:09:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-17 23:09:48 +0100 |
commit | 7bf376a675f8449597f121cb53011ac890237e93 (patch) | |
tree | 9da7544a682e0be449bd47e26d113c3775083d02 | |
parent | 5d182499e81a9325c3405691ea1bda23101bb172 (diff) | |
download | guix-7bf376a675f8449597f121cb53011ac890237e93.tar guix-7bf376a675f8449597f121cb53011ac890237e93.tar.gz |
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
-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") |