Archived
1
0
Fork 0

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.
This commit is contained in:
Ricardo Wurmus 2019-03-07 23:51:00 +01:00
parent 8f37f53837
commit 20662a3020
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -995,28 +995,33 @@ applications. That is, compute distances and related measures for angular
(define-public r-ggmap (define-public r-ggmap
(package (package
(name "r-ggmap") (name "r-ggmap")
(version "2.6.2") (version "3.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggmap" version)) (uri (cran-uri "ggmap" version))
(sha256 (sha256
(base32 (base32
"144x6ycb2c3fvy5c68ww53m6gzi6kfvas7cpbn071z08n4xgb72f")))) "13dmzl6z62pzjiffilarkji46vy0sacxa8a7mhrhc3biq3ylzhln"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-digest" ,r-digest) `(("r-bitops" ,r-bitops)
("r-geosphere" ,r-geosphere) ("r-digest" ,r-digest)
("r-dplyr" ,r-dplyr)
("r-ggplot2" ,r-ggplot2) ("r-ggplot2" ,r-ggplot2)
("r-glue" ,r-glue)
("r-httr" ,r-httr)
("r-jpeg" ,r-jpeg) ("r-jpeg" ,r-jpeg)
("r-mapproj" ,r-mapproj) ("r-magrittr" ,r-magrittr)
("r-plyr" ,r-plyr) ("r-plyr" ,r-plyr)
("r-png" ,r-png) ("r-png" ,r-png)
("r-proto" ,r-proto) ("r-purrr" ,r-purrr)
("r-reshape2" ,r-reshape2)
("r-rgooglemaps" ,r-rgooglemaps) ("r-rgooglemaps" ,r-rgooglemaps)
("r-rjson" ,r-rjson) ("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") (home-page "https://github.com/dkahle/ggmap")
(synopsis "Spatial visualization with ggplot2") (synopsis "Spatial visualization with ggplot2")
(description "This package provides a collection of functions to visualize (description "This package provides a collection of functions to visualize