-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.09 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: dv.papo
Title: Patient Profile
Version: 2.0.1
Date: 2024-08-13
Authors@R:
c(person("Boehringer-Ingelheim Pharma GmbH & Co.KG", role = c("cph", "fnd")),
person(given = "Korbinian",
family = "Matthias",
role = c("cre"),
email = "[email protected]"),
person(given = "Miguel",
family = "Lechón",
role = c("aut"),
email = "[email protected]"),
person(given = "Yuzheng",
family = "Ou",
role = "aut")
)
Description: Patient Profile Module.
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Depends:
R (>= 4.1.0)
Imports:
checkmate,
DT,
ggplot2,
plotly (> 4.10.2),
rlang,
shiny,
shinyWidgets,
fontawesome
Suggests:
dv.manager (>= 2.1.0),
knitr,
safetyData,
shinytest2,
testthat,
jsonlite,
withr,
dplyr
Remotes: boehringer-ingelheim/dv.manager@main
VignetteBuilder: knitr
Config/testthat/edition: 3