-
Notifications
You must be signed in to change notification settings - Fork 231
/
DESCRIPTION
43 lines (43 loc) · 1.19 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
Package: ggmap
Version: 4.0.0.900
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 = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9999-1558")),
person("Hadley", "Wickham", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-4757-117X")),
person("Scott", "Jackson", email = "[email protected]", role = "aut"),
person("Mikko", "Korpela", email = "[email protected]", role = "ctb"))
Depends:
R (>= 3.1.0),
ggplot2 (>= 2.2.0)
Imports:
png,
plyr,
jpeg,
digest,
scales,
dplyr,
bitops,
grid,
glue,
httr,
stringr,
purrr,
magrittr,
tibble,
tidyr,
rlang,
cli
Suggests:
MASS,
hexbin,
testthat
License: GPL-2
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Encoding: UTF-8