-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
54 lines (54 loc) · 1.74 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
52
53
54
Package: cardx
Title: Extra Analysis Results Data Utilities
Version: 0.2.2.9005
Authors@R: c(
person("Daniel", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre")),
person("Abinaya", "Yogasekaram", , "abinaya.yogasekaram@contractors.roche.com", role = "aut"),
person("Emily", "de la Rua", , "emily.de_la_rua@contractors.roche.com", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd"))
)
Description: Create extra Analysis Results Data (ARD) summary objects.
The package supplements the simple ARD functions from the 'cards'
package, exporting functions to put statistical results in the ARD
format. These objects are used and re-used to construct summary
tables, visualizations, and written reports.
License: Apache License 2.0
URL: https://insightsengineering.github.io/cardx/,
https://github.com/insightsengineering/cardx/
BugReports: https://github.com/insightsengineering/cardx/issues
Depends:
R (>= 4.1)
Imports:
cards (>= 0.4.0),
cli (>= 3.6.1),
dplyr (>= 1.1.2),
glue (>= 1.6.2),
lifecycle (>= 1.0.3),
rlang (>= 1.1.1),
tidyr (>= 1.3.0)
Suggests:
aod (>= 1.3.3),
broom (>= 1.0.5),
broom.helpers (>= 1.17.0),
broom.mixed (>= 0.2.9),
car (>= 3.1-2),
effectsize (>= 0.8.8),
emmeans (>= 1.7.3),
geepack (>= 1.3.2),
ggsurvfit (>= 1.1.0),
lme4 (>= 1.1-35.3),
parameters (>= 0.20.2),
smd (>= 0.6.6),
spelling (>= 2.3.0),
survey (>= 4.2),
survival (>= 3.6-4),
testthat (>= 3.2.0),
withr (>= 2.5.0)
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2