-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.91 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.91 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
Package: cardx
Title: Extra Analysis Results Data Utilities
Version: 0.3.2.9001
Authors@R: c(
person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0862-2018")),
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("Malcolm", "Barrett", role = "ctb",
comment = c(ORCID = "0000-0003-0299-5825")),
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://github.com/insightsengineering/cardx,
https://insightsengineering.github.io/cardx/
BugReports: https://github.com/insightsengineering/cardx/issues
Depends:
R (>= 4.2)
Imports:
cards (>= 0.7.1.9008),
cli (>= 3.6.1),
dplyr (>= 1.2.0),
glue (>= 1.6.2),
lifecycle (>= 1.0.3),
rlang (>= 1.1.1),
tidyr (>= 1.3.0)
Suggests:
aod (>= 1.3.3),
broom (>= 1.0.8),
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-37),
parameters (>= 0.20.2),
smd (>= 0.6.6),
survey (>= 4.2),
survival (>= 3.6-4),
testthat (>= 3.2.0),
withr (>= 2.5.0)
Remotes:
insightsengineering/cards@main
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.3