forked from dkahle/ggmap
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 892 Bytes
/
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
Package: ggmap
Version: 2.6.1
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")),
person("Hadley", "Wickham", email = "[email protected]", role = "aut"))
Depends:
R (>= 2.14.0),
ggplot2 (>= 2.0.0)
Imports:
proto,
RgoogleMaps,
png,
plyr,
reshape2,
rjson,
mapproj,
jpeg,
geosphere,
digest,
scales
Suggests:
MASS,
stringr,
hexbin,
dplyr
License: GPL-2
LazyData: true
RoxygenNote: 5.0.1