[bug#34562,22/24] gnu: r-epi: Update to 2.34.

Message ID 87k1hwwihs.fsf@posteo.net
State Accepted
Headers show
Series [bug#34545,01/24] gnu: r-raster: Update to 2.8-19. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed
cbaines/applying patch fail Apply failed

Commit Message

Brett Gilio Feb. 19, 2019, 3:43 a.m. UTC

Comments

Ricardo Wurmus March 14, 2019, 10:36 a.m. UTC | #1
Brett Gilio <brettg@posteo.net> writes:

> From 5a17e63394d93786b8d671c48d96b78528f61a1b Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 21:27:34 -0600
> Subject: [PATCH 22/24] gnu: r-epi: Update to 2.34.
>
> * gnu/packages/cran.scm (r-epi): Update to 2.34.

Meanwhile this has found its way into Guix with the last big mass
upgrade of CRAN and Bioconductor packages.  (Updated to 2.35.) Closing.

Thanks!

Patch

From 5a17e63394d93786b8d671c48d96b78528f61a1b Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 21:27:34 -0600
Subject: [PATCH 22/24] gnu: r-epi: Update to 2.34.

* gnu/packages/cran.scm (r-epi): Update to 2.34.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 973ae1eb8..764aeb15d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10455,14 +10455,14 @@  model with finite state space using the Aalen-Johansen estimator.")
 (define-public r-epi
   (package
     (name "r-epi")
-    (version "2.32")
+    (version "2.34")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Epi" version))
        (sha256
         (base32
-         "14n24xlm7pwdc54w2hlpjhfal1zpzm87rv3rjfckiz47d3w7dwqm"))))
+         "1crgfpnxpnaa0mzif6x75rjnkwjwa6z4hi98lbvymzjjad7i1fzw"))))
     (properties `((upstream-name . "Epi")))
     (build-system r-build-system)
     (propagated-inputs
@@ -10476,7 +10476,7 @@  model with finite state space using the Aalen-Johansen estimator.")
        ("r-plyr" ,r-plyr)
        ("r-survival" ,r-survival)
        ("r-zoo" ,r-zoo)))
-    (home-page "http://BendixCarstensen.com/Epi/")
+    (home-page "https://BendixCarstensen.com/Epi/")
     (synopsis "Statistical analysis in epidemiology")
     (description
      "This package provides functions for demographic and epidemiological
-- 
2.20.1