1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-15 05:35:53 +02:00

gnu: r-epi: Update to 2.47.

* gnu/packages/cran.scm (r-epi): Update to 2.47.
This commit is contained in:
Ricardo Wurmus
2022-07-01 15:30:01 +02:00
parent 83d3d1fd5c
commit 4f5791a006
+2 -2
View File
@@ -15739,14 +15739,14 @@ model with finite state space using the Aalen-Johansen estimator.")
(define-public r-epi
(package
(name "r-epi")
(version "2.46")
(version "2.47")
(source
(origin
(method url-fetch)
(uri (cran-uri "Epi" version))
(sha256
(base32
"0s3ij0rya4wd7k97kc4s3pwj1d1ypaxl1s7zqr6sa07hp4a8fzz0"))))
"1dkdx000cvy2rgxq3w6ppl3j9h7mwmcqg5xqsqh5hr3aks845pwx"))))
(properties `((upstream-name . "Epi")))
(build-system r-build-system)
(propagated-inputs