1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-tweedie: Update to 3.0.17.

* gnu/packages/cran.scm (r-tweedie): Update to 3.0.17.

Change-Id: I780180dfee645a8eca20e52819c1a9abce4747ec
This commit is contained in:
Ricardo Wurmus
2026-02-28 23:56:36 +01:00
committed by Andreas Enge
parent 7324348ad4
commit c8a52fdadf

View File

@@ -31973,14 +31973,14 @@ clusters, number of variables, number of noisy variables.")
(define-public r-tweedie
(package
(name "r-tweedie")
(version "3.0.16")
(version "3.0.17")
(source
(origin
(method url-fetch)
(uri (cran-uri "tweedie" version))
(sha256
(base32
"0y507hpzqmzmrrvmncw20h4iccg7w4ym89r1vzd39pfp28fkq5sv"))))
"1a9ykhdfgp48i55l8qrsrfffpw3xjx38h6vpfrlk39b4s3dwdrsb"))))
(build-system r-build-system)
(propagated-inputs (list r-lifecycle r-statmod))
(native-inputs (list gfortran r-knitr r-testthat))