-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
63 lines (63 loc) · 2.13 KB
/
DESCRIPTION
File metadata and controls
63 lines (63 loc) · 2.13 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: crane
Title: Supplements the 'gtsummary' Package for Pharmaceutical Reporting
Version: 0.3.1.9008
Authors@R: c(
person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = "aut",
comment = c(ORCID = "0000-0003-0862-2018", note = "Original creator of the package")),
person("Emily", "de la Rua", , "emilydelarua@gmail.com", role = "aut",
comment = c(ORCID = "0009-0000-8738-5561")),
person("Davide", "Garolini", , "davide.garolini@roche.com", role = "aut",
comment = c(ORCID = "0000-0002-1445-1369")),
person("Abinaya", "Yogasekaram", , "ayogasek@gmail.com", role = "ctb",
comment = c(ORCID = "0009-0005-2083-1105")),
person("Joe", "Zhu", , "joe.zhu@roche.com", role = "cre",
comment = c(ORCID = "0000-0001-7566-2787")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Tables summarizing clinical trial results are often complex
and require detailed tailoring prior to submission to a health
authority. The 'crane' package supplements the functionality of the
'gtsummary' package for creating these often highly bespoke tables in
the pharmaceutical industry.
License: Apache License 2.0
URL: https://github.com/insightsengineering/crane,
https://insightsengineering.github.io/crane/
BugReports: https://github.com/insightsengineering/crane/issues
Depends:
gtsummary (>= 2.5.0),
R (>= 4.2)
Imports:
broom (>= 1.0.8),
cards (>= 0.7.0),
cardx (>= 0.3.0),
cli (>= 3.6.4),
cowplot (>= 1.2.0),
dplyr (>= 1.2.0),
flextable (>= 0.9.7),
ggplot2 (>= 4.0.0),
glue (>= 1.8.0),
gt (>= 0.11.1),
labeling,
lifecycle,
rlang (>= 1.1.5),
scales,
scales (>= 1.3.0),
survival (>= 3.6-4),
tidyr (>= 1.3.0)
Suggests:
broom.helpers (>= 1.20.0),
labelled,
parameters,
pharmaverseadam,
testthat (>= 3.0.0),
tidyselect,
withr (>= 3.0.1)
Config/Needs/check: hms
Config/Needs/website: rmarkdown, yaml
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3