From efb80131db6eb8482d02c82d845a3717c68e9547 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 14 Jan 2026 19:42:17 +0100 Subject: [PATCH] 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 Signed-off-by: Rutherther --- 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 c35fcfad55fb9bdf38fcd17e02ecc880ce7e79d5..abd75a7f236d31bfd218f5a5eeedea5a8cce736e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -43580,14 +43580,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 @@ -43597,7 +43597,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