-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
26 lines (25 loc) · 890 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
Package: yelp_challenge_ui
Title: Data Analytics and Visualization with Yelp dataset. Yelp is a service that allows users to review businesses and check other users reviews.
Version: 0.5.2
Authors@R: person("Yolanda", "de la Hoz Simón", email = "yolanda93h@gmail.com",
role = c("aut", "cre"))
Description: The aim of this project is the design and development of an interactive visual application
designed to respond the most relevant questions in the small businesses domain taking advantage
of the Yelp! business reviews.
URL: https://github.com/yolanda93/yelp_challenge_ui
BugReports: https://github.com/yolanda93/yelp_challenge_ui/issues
Depends:
R (>= 3.1.0)
Imports:
shiny (>= 0.11.1),
jsonlite,
leaflet,
plotly,
RColorBrewer,
stats,
scales,
lattice,
dplyr,
magrittr
License: GNU + file LICENSE
LazyData: true