guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

74/74: gnu: r-ggmap: Update to 3.0.0.


From: guix-commits
Subject: 74/74: gnu: r-ggmap: Update to 3.0.0.
Date: Thu, 7 Mar 2019 17:53:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 20662a30201d638594a8b9d1878cd3cce467cda7
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 7 23:51:00 2019 +0100

    gnu: r-ggmap: Update to 3.0.0.
    
    * gnu/packages/cran.scm (r-ggmap): Update to 3.0.0.
    [propagated-inputs]: Add r-bitops, r-dplyr, r-glue, r-httr, r-magrittr,
    r-purrr, r-stringr, r-tibble, and r-tidyr; remove r-geosphere, r-mapproj,
    r-proto, and r-reshape2.
---
 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 3247533..5bd5c60 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -995,28 +995,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]