-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.08 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
Package: ubeR
Type: Package
Title: Interface to the Uber API
Version: 0.1.4
Authors@R: c(
person("Andrew", "Collier", email = "[email protected]", role = c("aut", "cre")),
person("Arthur", "Wu", email = "[email protected]", role = c("aut")),
person("Jonathan", "Carroll", email = "[email protected]", role = c("ctb"))
)
Maintainer: Andrew Collier <[email protected]>
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