-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.73 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: maraca
Version: 0.7
Type: Package
Title: The Maraca Plot: Visualization of Hierarchical Composite Endpoints in Clinical Trials
License: Apache License (>= 2)
Authors@R: c(
person(given = "Martin", family = "Karpefors",
email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-3136-9882")),
person(given = "Samvel", family = "Gasparyan", middle = "B.",
email = "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4797-2208")),
person(given = "Stefano", family = "Borini",
email = "[email protected]", role = c("ctb")),
person(given = "Monika", family = "Huhn",
email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-7865-6008")))
Description: Library that supports visual interpretation of hierarchical composite
endpoints (HCEs). HCEs are complex constructs used as primary endpoints in
clinical trials, combining outcomes of different types into ordinal endpoints,
in which each patient contributes the most clinically important event (one and
only one) to the analysis. See Karpefors M et al. (2022)
<doi:10.1177/17407745221134949>.
URL: https://github.com/AstraZeneca/maraca
BugReports: https://github.com/AstraZeneca/maraca/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.5),
hce (>= 0.5),
ggplot2 (>= 3.3)
Imports:
dplyr (>= 1.0),
tidyr (>= 1.2),
checkmate (>= 2.1),
patchwork(>= 1.0.0),
lifecycle
RoxygenNote: 7.2.3
Suggests:
knitr (>= 1.39),
here (>= 1.0.1),
lintr (>= 3.0.0),
withr (>= 2.5.0),
testthat (>= 3.1),
rmarkdown
NeedsCompilation: no
VignetteBuilder: knitr