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

gnu: r-epi: Update to 2.63.

* gnu/packages/cran.scm (r-epi): Update to 2.63.

Change-Id: I083f9836429305c6ff930a41835605a4b6de9938
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:11 +01:00
parent a0f82666a4
commit 7844bc3e89

View File

@@ -36253,14 +36253,14 @@ model with finite state space using the Aalen-Johansen estimator.")
(define-public r-epi
(package
(name "r-epi")
(version "2.61")
(version "2.63")
(source
(origin
(method url-fetch)
(uri (cran-uri "Epi" version))
(sha256
(base32
"18zc0885rbhnp7l0l5hzp6mynmijl8in0k47vq9ysydh6y3hvcb6"))))
"17hi5wwcxbbmwbwc76idvgyxwigm2n6qn5c4bax3rf2q7gnfvjpk"))))
(properties `((upstream-name . "Epi")))
(build-system r-build-system)
(propagated-inputs