Message ID | 87ef84wihf.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 |
Brett Gilio <brettg@posteo.net> writes: > From 626193838fc70f895f608bab4d37cef2b43a397b Mon Sep 17 00:00:00 2001 > From: Brett Gilio <brettg@posteo.net> > Date: Mon, 18 Feb 2019 21:20:22 -0600 > Subject: [PATCH 20/24] gnu: r-abjutils: Update to 0.2.3. > > * gnu/packages/cran.scm (r-abjutils): Update to 0.2.3. Meanwhile this has found its way into Guix with the last big mass upgrade of CRAN and Bioconductor packages. Closing. Thanks!
From 626193838fc70f895f608bab4d37cef2b43a397b Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Mon, 18 Feb 2019 21:20:22 -0600 Subject: [PATCH 20/24] gnu: r-abjutils: Update to 0.2.3. * gnu/packages/cran.scm (r-abjutils): Update to 0.2.3. --- gnu/packages/cran.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index e36c1c4cd..32a1e066b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6832,23 +6832,26 @@ genotypes as \"graphical genotypes\".") (define-public r-abjutils (package (name "r-abjutils") - (version "0.2.1") + (version "0.2.3") (source (origin (method url-fetch) (uri (cran-uri "abjutils" version)) (sha256 - (base32 "0qrsc4if7aif73qp95lw6b5986c2r0jn7m39123zij8k15vc935b")))) + (base32 "0n4zps65y3zg0gfzlv97w91si52a9izkncirskbkj5x9hk0nhxcv")))) (build-system r-build-system) (propagated-inputs `(("r-devtools" ,r-devtools) ("r-dplyr" ,r-dplyr) + ("r-furrr" ,r-furrr) + ("r-future" ,r-future) ("r-glue" ,r-glue) ("r-httr" ,r-httr) ("r-magrittr" ,r-magrittr) - ("r-plyr" ,r-plyr) ("r-progress" ,r-progress) ("r-purrr" ,r-purrr) + ("r-readr" ,r-readr) + ("r-rlang" ,r-rlang) ("r-rstudioapi" ,r-rstudioapi) ("r-scales" ,r-scales) ("r-stringi" ,r-stringi) -- 2.20.1