forked from Novartis/tidymodules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.4 KB
/
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
45
46
47
Package: tidymodules
Title: A robust framework for developing shiny modules
Version: 0.1.1
Authors@R: c(
person('Mustapha', 'Larbaoui', email = '[email protected]', role = c('cre', 'aut')),
person('Douglas', 'Robinson', email = '[email protected]', role = c('ctb')),
person('Xiao', 'Ni', email = '[email protected]', role = c('ctb')),
person('David', 'Granjon', email = '[email protected]', role = c('ctb')),
person('Stephen', 'Eng', email = '[email protected]', role = c('ctb')),
person('Marzieh', 'Eslami Rasekh', email = '[email protected]', role = c('ctb')),
person('Renan', 'Sauteraud', email = '[email protected]', role = c('ctb')))
Description: tidymodules offers a robust framework for developing shiny modules based on R6 classes which should facilitates inter-modules communication.
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
Imports:
miniUI,
stringi,
digest,
R6,
methods,
snippr,
cli,
dplyr,
fs,
purrr,
visNetwork
Depends:
shiny,
R6
RoxygenNote: 7.1.0
Roxygen: list(markdown = TRUE)
URL: https://github.com/Novartis/tidymodules
BugReports: https://github.com/Novartis/tidymodules/issues
Suggests:
testthat,
knitr,
rmarkdown,
ggplot2,
dplyr,
shinycssloaders,
RColorBrewer,
shinyWidgets,
plotly
Remotes:
dgrtwo/snippr@29c1813
VignetteBuilder: knitr