-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathDESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.03 KB
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
Package: tradestatisticsshiny
Title: Open Trade Statistics Dashboard
Version: 0.1
Authors@R:
person("Mauricio", "Vargas", , "mavargas11@uc.cl", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-1017-7574"))
Description: This is meant as a production grade Shiny app and not as end
user app.
License: Apache License (>= 2)
URL: https://github.com/tradestatistics/visualization-with-shiny
BugReports:
https://github.com/tradestatistics/visualization-with-shiny/issues
Depends:
R (>= 3.5)
Imports:
cachem (>= 1.0.6),
config (>= 0.3.1),
d3po (>= 1.0.0),
dplyr (>= 1.0.9),
forcats (>= 0.5.1),
glue (>= 1.6.2),
golem (>= 0.3.2),
htmlwidgets,
jsonlite,
magrittr,
pool,
purrr,
rio (>= 0.5.29),
rlang (>= 1.0.2),
RPostgres,
shiny (>= 1.7.1),
shinyjs (>= 2.1.0),
stats,
tabler,
tidyr (>= 1.2.0)
Suggests:
spelling (>= 2.2),
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.3