-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.8 KB
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.8 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
Package: cards
Title: Analysis Results Data
Version: 0.7.1.9008
Authors@R: c(
person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0862-2018")),
person("Becca", "Krouse", , "becca.z.krouse@gsk.com", role = "aut"),
person("Emily", "de la Rua", , "emily.de_la_rua@contractors.roche.com", role = "aut",
comment = c(ORCID = "0009-0000-8738-5561")),
person("Malan", "Bosman", , "malanbos@gmail.com", role = "aut",
comment = c(ORCID = "0000-0002-3020-195X")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("GlaxoSmithKline Research & Development Limited", role = "cph")
)
Description: Construct CDISC (Clinical Data Interchange Standards
Consortium) compliant Analysis Results Data objects. These objects are
used and re-used to construct summary tables, visualizations, and
written reports. The package also exports utilities for working with
these objects and creating new Analysis Results Data objects.
License: Apache License 2.0
URL: https://github.com/insightsengineering/cards,
https://insightsengineering.github.io/cards/
BugReports: https://github.com/insightsengineering/cards/issues
Depends:
R (>= 4.1)
Imports:
cli (>= 3.6.5),
dplyr (>= 1.1.4),
glue (>= 1.8.0),
lifecycle (>= 1.0.4),
rlang (>= 1.1.6),
tidyr (>= 1.3.1),
tidyselect (>= 1.2.1)
Suggests:
testthat (>= 3.2.3),
withr (>= 3.0.0)
Config/Needs/coverage: hms
Config/Needs/website: rmarkdown, jsonlite, yaml, gtsummary, tfrmt, cardx,
gt, fontawesome, insightsengineering/crane,
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