forked from pharmaverse/admiralophtha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
64 lines (64 loc) · 2.36 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
Package: admiralophtha
Type: Package
Title: ADaM in R Asset Library - Ophthalmology
Version: 1.0.0
Authors@R: c(
person("Edoardo", "Mancini", email = "[email protected]", role = c("aut", "cre")),
person("Ritika", "Aggarwal", email = "[email protected]", role = c("aut")),
person("Jane", "Gao", email = "[email protected]",role = c("aut")),
person("William", "Holmes", email = "[email protected]", role = c("aut")),
person("Josie", "Jackson", email = "[email protected]", role = c("aut")),
person("Sonali", "Jain", email = "[email protected]", role = c("aut")),
person("Yuki", "Matsunaga", email = "[email protected]", role = c("aut")),
person("Gordon", "Miller", email = "[email protected]", role = c("aut")),
person("Rachel", "Linacre", email = "[email protected]", role = c("aut")),
person("Lucy", "Palmen", email = "[email protected]", role = c("aut")),
person("Nandini", "R Thampi", email = "[email protected]", role = c("aut")),
person("Aldrich", "Salva", email = "[email protected]", role = c("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)
BugReports: https://github.com/pharmaverse/admiralophtha/issues
URL: https://pharmaverse.github.io/admiralophtha/, https://github.com/pharmaverse/admiralophtha/
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: R (>= 3.5)
Imports:
admiral,
admiraldev,
dplyr,
lubridate,
magrittr,
purrr,
rlang,
stringr,
hms,
tidyr,
tidyselect,
lifecycle
Suggests:
pharmaversesdtm,
devtools,
diffdf,
lintr,
pkgdown,
testthat,
knitr,
methods,
miniUI,
rmarkdown,
roxygen2,
spelling,
tibble,
usethis,
covr,
DT
VignetteBuilder: knitr