forked from quantargo/travelboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 885 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
Package: travelboard
Title: Travelboard for the Building Dashboards with Shiny Courses
Version: 0.0.0.9000
Authors@R: person('Mario', 'Annau', email = '[email protected]', role = c('cre', 'aut'))
Description: Travelboard for the Building Dashboards with Shiny Courses. The dashboard compares different destinations based on AirBnb, Places, Statistics, Weather and News.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
shiny,
golem,
DT,
attempt,
glue,
htmltools,
shinydashboard,
rtweet,
tidyverse,
tidytext,
wordcloud,
tm,
leaflet,
owmr,
rnoaa,
ggplot2,
dplyr,
tidyverse,
rvest,
xml2,
stringr
Remotes:
Thinkr-open/golem
RoxygenNote: 6.1.1
URL: https://github.com/Quantargo/travelboard
BugReports: https://github.com/Quantargo/travelboard/issues
Suggests:
testthat