Package: googleway
Type: Package
Title: Retrieves Data from Google Maps APIs
Version: 1.0.0
Date: 2016-06-11
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")
    )
Description: Retrieves data from six Google Maps APIs: directions, distances, elevation, geocode, reverse geocode and timezone. Also able to decode encoded location data.
License: Apache License 2.0
LazyData: TRUE
Depends: R (>= 3.0.0)
Imports: Rcpp (>= 0.12.5), jsonlite (>= 0.9.20), curl
LinkingTo: Rcpp
RoxygenNote: 5.0.1
BugReports: https://github.com/SymbolixAU/googleway/issues
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2016-06-11 01:06:35 UTC; dave
Author: David Cooley [aut, cre],
  Paulo Barcelos [ctb] (Author of c++ decode_pl)
Maintainer: David Cooley <dcooley@symbolix.com.au>
Repository: CRAN
Date/Publication: 2016-06-11 09:25:02
