[PATCH 22/24] gnu: r-epi: Update to 2.34.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87k1hwwihs.fsf@posteo.net
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(-)

Toggle diff (32 lines)
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
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34562-done@debbugs.gnu.org)
87imwl3fq8.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> 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!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34562@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34562
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help