Message ID | 87d0nov3ug.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 03f4cffada699d5f676893b83f5b1388f4582762 Mon Sep 17 00:00:00 2001 > From: Brett Gilio <brettg@posteo.net> > Date: Mon, 18 Feb 2019 19:37:19 -0600 > Subject: [PATCH 07/24] gnu: r-mosaic: Update to 1.5.0. > > * gnu/packages/cran.scm (r-mosaic): Update to 1.5.0. This is blocked by #34548 (the addition of r-leaflet).
Hi, Looking at old patches, I hit this patch#34541: <http://issues.guix.gnu.org/issue/34541> Thanks for your contribution. On Tue, 19 Feb 2019 at 14:06, Ricardo Wurmus <rekado@elephly.net> wrote: >> * gnu/packages/cran.scm (r-mosaic): Update to 1.5.0. > > This is blocked by #34548 (the addition of r-leaflet). This #34548 is now closed and ’r-leaflet’ is included. Moreover, the version is at 1.8.3, so closing! --8<---------------cut here---------------start------------->8--- $ guix show r-mosaic | recsel -p name,version name: r-mosaic version: 1.8.3 --8<---------------cut here---------------end--------------->8--- Cheers, simon
From 03f4cffada699d5f676893b83f5b1388f4582762 Mon Sep 17 00:00:00 2001 From: Brett Gilio <brettg@posteo.net> Date: Mon, 18 Feb 2019 19:37:19 -0600 Subject: [PATCH 07/24] gnu: r-mosaic: Update to 1.5.0. * gnu/packages/cran.scm (r-mosaic): Update to 1.5.0. --- gnu/packages/cran.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 1359a565f..45715415e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -6618,13 +6618,13 @@ Processing of very large files is supported.") (define-public r-mosaic (package (name "r-mosaic") - (version "1.4.0") + (version "1.5.0") (source (origin (method url-fetch) (uri (cran-uri "mosaic" version)) (sha256 - (base32 "10jbrg8kli00kfgbh2f67bymm5cnlancc9dplb1j7fl552yjddn2")))) + (base32 "1j3dq8y2zpr3cad5pgbd3qm9ls17z0s6f9qqp5ddh110wf5kz0h4")))) (build-system r-build-system) (propagated-inputs `(("r-broom" ,r-broom) @@ -6638,6 +6638,7 @@ Processing of very large files is supported.") ("r-lattice" ,r-lattice) ("r-latticeextra" ,r-latticeextra) ("r-lazyeval" ,r-lazyeval) + ("r-leaflet" ,r-leaflet) ("r-mass" ,r-mass) ("r-matrix" ,r-matrix) ("r-mosaiccore" ,r-mosaiccore) -- 2.20.1