generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
63 lines (63 loc) · 2.17 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
62
63
Type: Package
Package: admiralpeds
Title: Pediatrics Extension Package for ADaM in 'R' Asset Library
Version: 0.2.0
Authors@R: c(
person("Fanny", "Gautier", , "[email protected]", role = c("aut", "cre")),
person("Ross", "Farrugia", role = "aut"),
person("Zelos", "Zhu", role = "aut"),
person("Sukalpo", "Saha", role = "aut"),
person("Lina", "Patil", role = "aut"),
person("Samia", "Kabi", role = "aut"),
person("Laura", "Liao", role = "ctb"),
person("Remigiusz", "Kudlacz", role = "ctb"),
person("Pierre", "Wallet", role = "ctb"),
person("Amin", "Sherzad", role = "ctb"),
person("David", "Freedman", role = "ctb"),
person("Mahmoud", "Hamza", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("Cytel", role = c("cph", "fnd")),
person("Pfizer Inc.", role = c("cph", "fnd")),
person("Atorus Research", role = c("cph", "fnd"))
)
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 for pediatric clinical
trials.
License: Apache License (>= 2)
URL: https://pharmaverse.github.io/admiralpeds/,
https://github.com/pharmaverse/admiralpeds
Depends:
R (>= 4.1)
Imports:
admiral (>= 1.0.0),
admiraldev (>= 1.0.0),
cli (>= 3.6.2),
dplyr (>= 1.0.5),
magrittr (>= 1.5),
purrr (>= 0.3.3),
rlang (>= 0.4.4),
tidyselect (>= 1.1.0),
zoo (>= 1.8.12)
Suggests:
knitr,
lubridate (>= 1.7.4),
pharmaversesdtm (>= 1.1.0),
rmarkdown,
stringr (>= 1.4.0),
testthat (>= 3.0.0),
tibble
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2