-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 914 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
Package: econdash
Title: US Economic Dashboard
Version: 0.0.0.9000
Authors@R: person('Rob', 'Wiederstein', email = '[email protected]', role = c('cre', 'aut'))
Description: The dashboard includes important economic indicators for the US economy.
License: MIT + file LICENSE
Imports:
assertive,
attempt,
config (>= 0.3.1),
dplyr,
DT,
fredr,
glue,
golem (>= 0.3.1),
highcharter,
htmltools,
magrittr,
processx,
rlang,
shiny (>= 1.7.1),
shinydashboard,
shinydashboardPlus,
shinyWidgets,
thinkr,
xts
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Suggests:
rmarkdown,
knitr,
spelling,
testthat (>= 3.0.0),
covr
Config/testthat/edition: 3
Language: en-US
VignetteBuilder: knitr
URL: https://github.com/RobWiederstein/econdash
BugReports: https://github.com/RobWiederstein/econdash/issues
Depends:
R (>= 2.10)