generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
61 lines (61 loc) · 2.48 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
55
56
57
58
59
60
61
Type: Package
Package: admiralmetabolic
Title: Metabolism Extension Package for ADaM in 'R' Asset Library
Version: 0.1.0
Authors@R: c(
person("Anders", "Askeland", , "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2996-129X")),
person("Andrii", "Yurovskyi", , "[email protected]", role = "aut", comment = c(ORCID = "0009-0006-8606-0929")),
person("Kathrin", "Flunkert", , "[email protected]", role = "aut", comment = c()),
person("Edoardo", "Mancini", , "[email protected]", role = "aut", comment = c(ORCID = "0009-0006-4899-8641")),
person("Shunsuke", "Goto", , "[email protected]", role = "aut", comment = c()),
person("Siddhesh", "Pujari", , "[email protected]", role = "aut", comment = c(ORCID = "0009-0003-4971-1217")),
person("Sonali", "Das", , "[email protected]", role = "aut", comment = c()),
person("Olga", "Starostecka", , "[email protected]", role = "aut", comment = c()),
person("Vang", "Le-Quy", , "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-2035-8619"))
)
Description: A toolbox for programming Clinical Data Standards Interchange
Consortium (CDISC) compliant Analysis Data Model (ADaM) datasets in R.
ADaM datasets are a mandatory part of any New Drug or Biologics
License Application submitted to the United States Food and Drug
Administration (FDA). Analysis derivations are implemented in
accordance with the "Analysis Data Model Implementation Guide" (CDISC
Analysis Data Model Team, 2021,
<https://www.cdisc.org/standards/foundational/adam>). The package is
an extension package of the 'admiral' package focusing on the
metabolism therapeutic area.
License: Apache License (>= 2)
URL: https://pharmaverse.github.io/admiraltemplate,
https://github.com/pharmaverse/admiraltemplate
Depends:
R (>= 4.1)
Imports:
admiral (>= 1.1.1),
admiraldev (>= 1.0.0),
cli (>= 3.6.2),
dplyr (>= 0.8.4),
stringr (>= 1.4.0),
lifecycle (>= 0.1.0),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
purrr (>= 0.3.3),
rlang (>= 0.4.4),
tidyselect (>= 1.0.0)
Suggests:
diffdf,
DT,
htmltools,
knitr,
methods,
pharmaversesdtm (>= 1.0.0),
rmarkdown,
testthat (>= 3.0.0),
tibble,
usethis (>= 2.2.3)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2