-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
46 lines (46 loc) · 1.26 KB
/
DESCRIPTION
File metadata and controls
46 lines (46 loc) · 1.26 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
44
45
46
Package: dv.swimmerplot
Title: DaVinci Swimmer Plot Module
Version: 1.2.0
Authors@R: c(
person(given = "Ming",
family = "Yang",
role = c("aut", "cre"),
email = "ming.yang.ext@boehringer-ingelheim.com"),
person(given = "Sorin",
family = "Voicu",
role = "aut",
email = "sorin.voicu.ext@boehringer-ingelheim.com"),
person(given = "Yash Ankurbhai",
family = "Shah",
role = "aut",
email = "yash_ankurbhai.shah@boehringer-ingelheim.com"),
person(given = "Korbinian",
family = "Matthias",
role = "aut",
email = "korbinian.matthias@boehringer-ingelheim.com")
)
Description: A DaVinci module that displays swimmer plot for visualizing subject-level treatment exposures and outcomes over time in clinical trials.
License: Apache License (>= 2)
Encoding: UTF-8
Depends: R (>= 4.1.0)
Imports:
checkmate,
dplyr,
ggiraph,
ggplot2,
rlang,
shiny,
shinyWidgets
Suggests:
dv.manager,
jsonlite,
knitr,
pharmaversesdtm,
rmarkdown,
shinytest2,
testthat,
vdiffr,
xml2
Remotes: boehringer-ingelheim/dv.manager@main
VignetteBuilder: knitr
RoxygenNote: 7.3.3