~ruther/guix-local

efb80131db6eb8482d02c82d845a3717c68e9547 — Ricardo Wurmus a month ago bd5db2a
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 <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -3
@@ 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