-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.1 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
48
49
50
51
52
53
54
Package: DetectoR
Title: DetectoR
Version: 1.0.0
Authors@R: c(
person("Martin", "Gebel", , "[email protected]", role = c("aut", "cre")),
person("Steffen", "Jeske", role = "aut")
)
Description: The DetectoR R Shiny app provides a handy platform allowing for early identification of signals and an ongoing monitoring of safety along the medical product development phase and lifecycle.
License: GPL (>= 3)
Imports:
dplyr,
DT,
htmltools,
glue,
haven,
metafor,
plyr,
shiny,
shinyalert,
shinydashboard,
shinyWidgets,
shinyjs,
rlang,
shinycssloaders,
scales,
stringr,
tidyr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
URL: https://github.com/Bayer-Group/BIC-DetectoR
BugReports: https://github.com/Bayer-Group/DetectoR/issues
Suggests:
testthat (>= 3.0.0),
knitr,
assertthat,
c212,
pkgload,
plotly,
RCurl,
config,
data.table,
DescTools,
rmarkdown,
shinytest,
ggplot2,
httr,
purrr,
tibble,
tidyselect
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 4.0)