Message ID | 877edwv3u2.fsf@posteo.net |
---|---|
State | Accepted |
Headers | show |
Series | [bug#34545,01/24] gnu: r-raster: Update to 2.8-19. | expand |
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 |
cbaines/applying patch | fail | Apply failed |
Brett Gilio <brettg@posteo.net> writes: > 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!
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(-) 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