Package: ubeR
Type: Package
Title: Interface to the Uber API
Version: 0.1.3
Authors@R: c(
  person("Andrew", "Collier", email = "andrew@exegetic.biz", role = c("aut", "cre")),
  person("Arthur", "Wu", email = "arthurwu1@gmail.com", role = c("aut")),
  person("Jonathan","Carroll", email = "rpkg@jcarroll.com.au", role = c("ctb"))
  )
Maintainer: Andrew Collier <andrew@exegetic.biz>
Description: The Uber API provides a programmatic way to interact with the Uber
    international online transportation network. This package enables access to
    the Uber API from within R. Specifically it is possible to: extract information
    about a user's account, find out about nearby Uber vehicles, get estimates for
    rides, book or cancel a ride. See <https://developer.uber.com/> for more
    information.
License: GPL-3
LazyData: TRUE
URL: http://github.com/DataWookie/ubeR
BugReports: https://github.com/DataWookie/ubeR/issues
Depends: R (>= 3.1.2)
Imports: httr, httpuv, jsonlite, ggmap, dplyr, googleway, ggplot2,
        ggthemes
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-10-22 03:18:18 UTC; colliera
Author: Andrew Collier [aut, cre],
  Arthur Wu [aut],
  Jonathan Carroll [ctb]
Repository: CRAN
Date/Publication: 2016-10-22 12:17:44
