guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit 2b8ccd43c04689587e0d7b752a75b6434ac12936
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:17 2026 +0100
gnu: r-hdrcde: Update to 3.5.0.
* gnu/packages/cran.scm (r-hdrcde): Update to 3.5.0.
[native-inputs]: Add r-testthat.
Change-Id: Ied410728d4a2b81314a73f8ba00b8c4665e5e128
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 350db95583..d2dd1883cb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -43578,14 +43578,14 @@ R.")
(define-public r-hdrcde
(package
(name "r-hdrcde")
- (version "3.4")
+ (version "3.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "hdrcde" version))
(sha256
(base32
- "16qlk44cjvn2s0vzaf915df65ksdx20dbxhy7fpdqins46hccha3"))))
+ "0amkqpfqqi236mric55a29jfqq6y4fj51val7fbx0zwqzv5fkzrs"))))
(properties `((upstream-name . "hdrcde")))
(build-system r-build-system)
(propagated-inputs
@@ -43595,7 +43595,7 @@ R.")
r-ks
r-locfit
r-rcolorbrewer))
- (native-inputs (list gfortran))
+ (native-inputs (list gfortran r-testthat))
(home-page "https://pkg.robjhyndman.com/hdrcde")
(synopsis "Highest density regions and conditional density estimation")
(description