1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-26 04:00:30 +02:00

gnu: r-tweedie: Update to 3.0.16.

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

Change-Id: I02fa4c3dce69cb34f0af1deb0d1700b3cb27b3e4
This commit is contained in:
Ricardo Wurmus
2026-02-26 22:36:15 +01:00
committed by Andreas Enge
parent 9c1409c6cf
commit e1d942c302

View File

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