[PATCH 05/24] gnu: r-metap: Update to 1.1.

  • 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)
877edwv3u2.fsf@posteo.net
From 612544cc0637ef9ddc97fdf2f4e95c2d26acdb33 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 19:27:44 -0600
Subject: [PATCH 05/24] gnu: r-metap: Update to 1.1.

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

Toggle diff (29 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 13c957a8a..44c8b0a99 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3695,19 +3695,19 @@ automatically.")
(define-public r-metap
(package
(name "r-metap")
- (version "1.0")
+ (version "1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "metap" version))
(sha256
(base32
- "18rzvqfzyk8fn54gjvy2qd21nk9w69j7ihww477ma3f3ab6i982h"))))
+ "10kv7z8pik5iy374h399vws0ldf41y2nczlwh8axqf9dcwl084i0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)
("r-rdpack" ,r-rdpack)))
- (home-page "http://www.dewey.myzen.co.uk/meta/meta.html")
+ (home-page "http://www.dewey.myzen.co.uk/meta/meta.html") ; SSL not available
(synopsis "Meta-analysis of significance values")
(description
"The canonical way to perform meta-analysis involves using effect sizes.
--
2.20.1
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34542-done@debbugs.gnu.org)
877ed14urv.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 612544cc0637ef9ddc97fdf2f4e95c2d26acdb33 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 19:27:44 -0600
> Subject: [PATCH 05/24] gnu: r-metap: Update to 1.1.
>
> * gnu/packages/cran.scm (r-metap): Update to 1.1.

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

Thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 34542
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