forked from SymbolixAU/googleway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.07 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
Package: googleway
Type: Package
Title: Accesses Google Maps APIs to Retrieve Data and Plot Maps
Version: 2.5.0
Date: 2018-02-01
Authors@R: c(
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre")),
person("Paulo", "Barcelos", role = "ctb", comment = "Author of c++ decode_pl"),
person("Rstudio", role = "ctb", comment = "Functions written for the Leaflet pacakge")
)
Description: Provides a mechanism to plot a Google Map from R and overlay
it with shapes and markers. Also provides access to Google Maps APIs,
including places, directions, roads, distances, geocoding, elevation and
timezone.
License: GPL-3
LazyData: TRUE
Depends:
R (>= 3.3.0)
Imports:
Rcpp (>= 0.12.5),
jsonlite (>= 0.9.20),
curl,
htmlwidgets,
htmltools,
magrittr,
shiny,
jpeg,
utils,
jqr,
viridisLite,
scales,
grDevices,
googlePolylines (>= 0.4.0)
LinkingTo: Rcpp
RoxygenNote: 6.0.1
BugReports: https://github.com/SymbolixAU/googleway/issues
Suggests:
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr