generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
68 lines (68 loc) · 2.46 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
Type: Package
Package: admiralophtha
Title: ADaM in R Asset Library - Ophthalmology
Version: 1.1.0.9004
Authors@R: c(
person("Edoardo", "Mancini", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0006-4899-8641")),
person("Ritika", "Aggarwal", , "[email protected]", role = "aut"),
person("Jane", "Gao", , "[email protected]", role = "aut"),
person("William", "Holmes", , "[email protected]", role = "aut"),
person("Josie", "Jackson", , "[email protected]", role = "aut"),
person("Sonali", "Jain", , "[email protected]", role = "aut"),
person("Yuki", "Matsunaga", , "[email protected]", role = "aut"),
person("Gordon", "Miller", , "[email protected]", role = "aut"),
person("Rachel", "Linacre", , "[email protected]", role = "aut"),
person("Lucy", "Palmen", , "[email protected]", role = "aut"),
person("Nandini", "R Thampi", , "[email protected]", role = "aut"),
person("Aldrich", "Salva", , "[email protected]", role = "aut")
)
Description: Aids the programming of Clinical Data Standards Interchange
Consortium (CDISC) compliant Ophthalmology 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>).
License: Apache License (>= 2)
URL: https://pharmaverse.github.io/admiralophtha/,
https://github.com/pharmaverse/admiralophtha/
BugReports: https://github.com/pharmaverse/admiralophtha/issues/
Depends:
R (>= 4.0)
Imports:
admiral (>= 1.1.1),
admiraldev (>= 1.1.0),
dplyr (>= 1.0.5),
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.1.0)
Suggests:
devtools,
diffdf,
knitr,
lintr,
methods,
miniUI,
pharmaversesdtm (>= 1.0.0),
pkgdown,
rmarkdown,
roxygen2,
spelling,
testthat (>= 3.0.0),
tibble,
usethis
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1