guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

49/96: gnu: r-epi: Update to 2.43.


From: guix-commits
Subject: 49/96: gnu: r-epi: Update to 2.43.
Date: Wed, 10 Feb 2021 19:06:37 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ef45b2c64d06b3f3c6d9f2bbb14a54d55357ffe8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 00:54:38 2021 +0100

    gnu: r-epi: Update to 2.43.
    
    * gnu/packages/cran.scm (r-epi): Update to 2.43.
    [propagated-inputs]: Add r-purrr.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0183b95..af5407b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13185,14 +13185,14 @@ model with finite state space using the 
Aalen-Johansen estimator.")
 (define-public r-epi
   (package
     (name "r-epi")
-    (version "2.42")
+    (version "2.43")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Epi" version))
        (sha256
         (base32
-         "1vsyxlxl6n5y3wr8w7ji17hnhvbr0xsawqbdl1ajcfg5faizm9sl"))))
+         "0wsjvilcivrhy2kh2dcagkzy7bjmfa0sq9xjpv6qb4b0nc0mv089"))))
     (properties `((upstream-name . "Epi")))
     (build-system r-build-system)
     (propagated-inputs
@@ -13205,6 +13205,7 @@ model with finite state space using the Aalen-Johansen 
estimator.")
        ("r-mgcv" ,r-mgcv)
        ("r-numderiv" ,r-numderiv)
        ("r-plyr" ,r-plyr)
+       ("r-purrr" ,r-purrr)
        ("r-survival" ,r-survival)
        ("r-zoo" ,r-zoo)))
     (home-page "https://BendixCarstensen.com/Epi/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]