generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
90 lines (90 loc) · 3.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Type: Package
Package: admiralvaccine
Title: Vaccine Extension Package for ADaM in 'R' Asset Library
Version: 0.3.0
Authors@R: c(
person("Sukalpo", "Saha", email = "[email protected]", role = c("aut", "cre")),
person("Arjun", "Rubalingam", email = "[email protected]", role = "aut"),
person("Ben", "Straub", email = "[email protected]", role = "aut"),
person("Vikram", "S", role = "aut"),
person("Dhivya", "Kanagaraj", role = "aut"),
person("Federico", "Baratin", role = "aut"),
person("Yamini", "Purna Bollu", role = "aut"),
person("Ilse", "Augustyns", role = "aut"),
person("Kalyani", "Bodicherla", role = "aut"),
person("Hilde", "Delanghe", role = "aut"),
person("Lee", "Armishaw", role = "aut"),
person("Neetu", "Sangari", role = "ctb"),
person("Abdul", "Khayat", role = "ctb"),
person("Ankur", "Jindal", role = "ctb"),
person("Jayashree", "V", role = "ctb"),
person("Jagadish", "Katam", role = "ctb"),
person("Andrea", "Pammolli", role = "ctb"),
person("Daniele", "Bottigliengo", role = "ctb"),
person("Ranya", "Ben Hsain", role = "ctb"),
person("Marleen", "Nijs", role = "ctb"),
person("Mandy", "Peng", role = "ctb"),
person("Tina", "Zhai", role = "ctb"),
person("Ross", "Farrugia", role = "ctb"),
person("Stefan", "Bundfuss", role = "ctb"),
person("Edoardo", "Mancini", role = "ctb"),
person("Pfizer Inc.", role = c("cph", "fnd")),
person("GlaxoSmithKline LLC", role = c("cph", "fnd")),
person("Johnson & Johnson", role = c("cph", "fnd"))
)
Description: Programming vaccine specific Clinical Data Interchange
Standards Consortium (CDISC) compliant Analysis Data Model (ADaM)
datasets in 'R'. Flat model is followed as per
Center for Biologics Evaluation and Research (CBER) guidelines for
creating vaccine specific domains. 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.
License: Apache License (>= 2)
URL: https://pharmaverse.github.io/admiralvaccine/,
https://github.com/pharmaverse/admiralvaccine/
BugReports: https://github.com/pharmaverse/admiralvaccine/issues/
Depends:
R (>= 3.5)
Imports:
admiral (>= 1.0.0),
admiraldev (>= 1.0.0),
assertthat (>= 0.2.1),
dplyr (>= 0.8.4),
hms (>= 0.5.3),
lifecycle (>= 0.1.0),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
purrr (>= 0.3.3),
rlang (>= 0.4.4),
stringr (>= 1.4.0),
tidyr (>= 1.0.2),
tidyselect (>= 1.0.0)
Suggests:
covr,
devtools,
diffdf,
DT,
knitr,
lintr,
methods,
miniUI,
pharmaversesdtm,
pkgdown,
rmarkdown,
roxygen2,
spelling,
testthat,
tibble,
usethis,
metatools
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3