-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.71 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
Package: dv.clinlines
Title: DaVinci's Clinical Timelines
Version: 1.1.0
Authors@R:
c(
person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
person("Isabel", "Glauss", email = "isabel.glauss@boehringer-ingelheim.com", role = c("aut", "cre"),),
person("Jessica", "Knizia", email = "jessica.knizia@boehringer-ingelheim.com", role = c("aut")),
person("Korbinian", "Matthias", email = "korbinian.matthias@boehringer-ingelheim.com", role = c("aut"))
)
Description: DaVinci's dv.clinlines package contains the
Clinical Timelines module for displaying patient level data
over time. It presents dates and/or time intervals of pre-specified events, like
adverse events, concomitant medications, randomization dates, and more. Events
to be shown can be defined as needed.
For adverse event data, supplementary local filters can be added.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Imports:
bslib (>= 0.6.1),
checkmate (>= 2.3.1),
dplyr (>= 1.1.0),
dv.manager (>= 2.1.4),
ggplot2 (>= 3.4.4),
lubridate (>= 1.9.3),
magrittr (>= 2.0.3),
purrr (>= 1.0.2),
readr (>= 2.1.5),
rlang (>= 1.1.3),
scales (>= 1.3.0),
shiny (>= 1.8.0),
shinyjs (>= 2.1.0),
shinyWidgets (>= 0.8.1),
stats (>= 4.2.2),
stringr (>= 1.5.1),
tidyr (>= 1.3.0),
tibble (>= 3.2.1),
tidyselect (>= 1.2.0),
xtable (>= 1.8-4)
Suggests:
knitr (>= 1.45),
pharmaverseadam (>= 0.2.0),
rmarkdown (>= 2.25),
shinytest2 (>= 0.3.1),
testthat (>= 3.2.1)
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Remotes: boehringer-ingelheim/dv.manager@v2.1.4
VignetteBuilder: knitr