Package: googleway
Type: Package
Title: Accesses Google Maps APIs to Retrieve Data and Plot Maps
Version: 2.2.0
Date: 2017-06-25
Authors@R: c(
    person("David", "Cooley", ,"dcooley@symbolix.com.au", 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.1)
Imports: Rcpp (>= 0.12.5), jsonlite (>= 0.9.20), curl, htmlwidgets,
        htmltools, magrittr, shiny, jpeg
LinkingTo: Rcpp
RoxygenNote: 5.0.1
BugReports: https://github.com/SymbolixAU/googleway/issues
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-06-25 04:11:38 UTC; dave
Author: David Cooley [aut, cre],
  Paulo Barcelos [ctb] (Author of c++ decode_pl),
  Rstudio [ctb] (Functions written for the Leaflet pacakge)
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2017-06-25 07:26:01 UTC
