forked from Bayer-Group/BIC-BReasy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
33 lines (33 loc) · 791 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
Package: breasy
Title: An R shiny application for structured benefit-risk assessment
Version: 1.0
Authors@R: c(
person("Martin", "Gebel", , "[email protected]", role = c("aut", "cre")),
person("Stephanie", "Fechtner", role = "aut"),
person("Steffen", "Jeske", role = "aut")
)
Description: The BReasy R Shiny app provides an interactive creation of
forest plots and value trees for structured benefit-risk assessment
using clinical study or pooled data.
License: GPL (>= 3)
Depends:
R (>= 2.10)
Imports:
collapsibleTree,
colourpicker,
config,
dplyr,
DT,
golem,
graphics,
grDevices,
r2d3,
rlang,
rmarkdown,
shiny,
shinydashboard,
shinyWidgets,
utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2