-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
44 lines (44 loc) · 985 Bytes
/
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
42
43
44
Package: yelp
Type: Package
Title: Interface to the Yelp Fusion API
Version: 0.0-3
Author: Richard Cotton
Maintainer: Richard Cotton <[email protected]>
Description: Use the Yelp Fusion API (https://www.yelp.com/developers/documentation/v3) to search for businesses and events near a given location.
URL: https://github.com/richierocks/yelp
BugReports: https://github.com/richierocks/yelp/issues
License: Unlimited
Encoding: UTF-8
LazyData: true
Imports:
assertive.base,
assertive.numbers,
assertive.sets,
assertive.strings,
assertive.types,
httr,
lubridate,
magrittr,
purrr,
stats,
tibble,
utils
Suggests:
testthat
RoxygenNote: 6.1.0
Collate:
utils.R
authentication.R
locale.R
autocomplete.R
business-lookup.R
business-match.R
business-search.R
categories.R
constants.R
event-lookup.R
event-search.R
featured-events.R
food-delivery-search.R
phone-search.R
reviews.R