forked from lepennec/ggmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 913 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 913 Bytes
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
Package: ggmap
Version: 2.7
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 (>= 3.1.0),
ggplot2 (>= 2.2.0)
Imports:
proto,
RgoogleMaps,
png,
plyr,
reshape2,
rjson,
mapproj,
jpeg,
geosphere,
digest,
scales,
dplyr,
bitops
Suggests:
MASS,
stringr,
hexbin,
tibble
License: GPL-2
LazyData: true
RoxygenNote: 6.0.1