forked from dkahle/ggmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.21 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: ggmap
Version: 3.0.0.901
Title: Spatial Visualization with ggplot2
Description: A collection of functions to visualize spatial data and models
on top of static maps from various online sources (e.g Google Maps and Stamen
Maps). It includes tools common to those tasks, including functions for
geolocation and routing.
URL: https://github.com/dkahle/ggmap
BugReports: https://github.com/dkahle/ggmap/issues
Authors@R: c(person("David", "Kahle", email = "david@kahle.io", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9999-1558")),
person("Hadley", "Wickham", email = "h.wickham@gmail.com", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")),
person("Scott", "Jackson", email = "scottmmjackson@gmail.com", role = "aut"),
person("Mikko", "Korpela", email = "mvkorpel@iki.fi", role = "ctb"))
Depends:
R (>= 3.1.0),
ggplot2 (>= 2.2.0)
Imports:
RgoogleMaps,
png,
plyr,
rjson,
jpeg,
digest,
scales,
dplyr,
bitops,
grid,
glue,
httr,
stringr,
purrr,
magrittr,
tibble,
tidyr,
rlang
Suggests:
MASS,
hexbin,
testthat
License: GPL-2
LazyData: true
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8