all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34544] [PATCH 03/24] gnu: r-ggmap: Update to 3.0.0.
@ 2019-02-19  3:45 Brett Gilio
  2019-03-14 10:24 ` bug#34544: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Brett Gilio @ 2019-02-19  3:45 UTC (permalink / raw)
  To: 34544

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH 03/24] gnu: r-ggmap: Update to 3.0.0. --]
[-- Type: text/x-patch, Size: 1944 bytes --]

From 0005f86068a17f4a20412c326098c0b5123f9581 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 19:18:08 -0600
Subject: [PATCH 03/24] gnu: r-ggmap: Update to 3.0.0.

* gnu/packages/cran.scm (r-ggmap): Update to 3.0.0.
---
 gnu/packages/cran.scm | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b71906a8f..8c19e3c6a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -974,28 +974,33 @@ applications.  That is, compute distances and related measures for angular
 (define-public r-ggmap
   (package
     (name "r-ggmap")
-    (version "2.6.2")
+    (version "3.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggmap" version))
        (sha256
         (base32
-         "144x6ycb2c3fvy5c68ww53m6gzi6kfvas7cpbn071z08n4xgb72f"))))
+         "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-digest" ,r-digest)
-       ("r-geosphere" ,r-geosphere)
+     `(("r-bitops" ,r-bitops)
+       ("r-digest" ,r-digest)
+       ("r-dplyr" ,r-dplyr)
        ("r-ggplot2" ,r-ggplot2)
+       ("r-glue" ,r-glue)
+       ("r-httr" ,r-httr)
        ("r-jpeg" ,r-jpeg)
-       ("r-mapproj" ,r-mapproj)
+       ("r-magrittr" ,r-magrittr)
        ("r-plyr" ,r-plyr)
        ("r-png" ,r-png)
-       ("r-proto" ,r-proto)
-       ("r-reshape2" ,r-reshape2)
+       ("r-purrr" ,r-purrr)
        ("r-rgooglemaps" ,r-rgooglemaps)
        ("r-rjson" ,r-rjson)
-       ("r-scales" ,r-scales)))
+       ("r-scales" ,r-scales)
+       ("r-stringr" ,r-stringr)
+       ("r-tibble" ,r-tibble)
+       ("r-tidyr" ,r-tidyr)))
     (home-page "https://github.com/dkahle/ggmap")
     (synopsis "Spatial visualization with ggplot2")
     (description "This package provides a collection of functions to visualize
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#34544: [PATCH 03/24] gnu: r-ggmap: Update to 3.0.0.
  2019-02-19  3:45 [bug#34544] [PATCH 03/24] gnu: r-ggmap: Update to 3.0.0 Brett Gilio
@ 2019-03-14 10:24 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-03-14 10:24 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34544-done


Brett Gilio <brettg@posteo.net> writes:

> From 0005f86068a17f4a20412c326098c0b5123f9581 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 19:18:08 -0600
> Subject: [PATCH 03/24] gnu: r-ggmap: Update to 3.0.0.
>
> * gnu/packages/cran.scm (r-ggmap): Update to 3.0.0.

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

Thanks!

--
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-03-14 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-19  3:45 [bug#34544] [PATCH 03/24] gnu: r-ggmap: Update to 3.0.0 Brett Gilio
2019-03-14 10:24 ` bug#34544: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.