forked from pharmaverse/admiralonco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
72 lines (72 loc) · 2.44 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
64
65
66
67
68
69
70
71
72
Package: admiralonco
Type: Package
Title: Oncology Extension Package for ADaM in 'R' Asset Library
Version: 0.2.0
Authors@R: c(
person("Stefan", "Bundfuss", email = "[email protected]", role = c("aut", "cre")),
person("Ross", "Farrugia", role = "aut"),
person("Amit", "Jain", role = "aut"),
person("Andrew", "Smith", role = "aut"),
person("Teckla", "Akinyi", role = "aut"),
person("Samia", "Kabi", role = "aut"),
person("Stephen", "Gormley", role = "aut"),
person("Hinal", "Patel", role = "aut"),
person("Karl", "Kennedy", role = "ctb"),
person("Matt", "Marino", role = "ctb"),
person("Gopi", "Vegesna", role = "ctb"),
person("Thomas", "Neitmann", role = "ctb"),
person("Annie", "Yang", role = "ctb"),
person("Konstantina", "Koukourikou", role = "ctb"),
person("Pavan", "Kumar", role = "ctb"),
person("Liming", "Jin", role = "ctb"),
person("Yirong", "Cao", role = "ctb"),
person("Zhang", "Kangjie", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("GlaxoSmithKline LLC", role = c("cph", "fnd")),
person("Amgen Inc.", role = c("cph", "fnd")),
person("Bristol Myers Squibb", role = c("cph", "fnd" ))
)
Description: Programming oncology specific Clinical Data Interchange Standards 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/adamig-v1-3-release-package>).
The package is an extension package of the 'admiral' package.
Language: en-US
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends: R (>= 3.5)
Imports:
admiral (>= 0.9.0),
admiraldev,
dplyr (>= 0.8.4),
lifecycle (>= 0.1.0),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
rlang (>= 0.4.4),
tidyselect (>= 1.0.0)
Suggests:
admiral.test,
devtools,
diffdf,
lintr,
pkgdown,
testthat (>= 3.0.0),
knitr,
methods,
miniUI,
rmarkdown,
roxygen2,
spelling,
stringr,
styler,
tibble,
usethis,
covr,
DT
VignetteBuilder: knitr
Config/testthat/edition: 3