forked from pharmaverse/admiral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
105 lines (105 loc) · 3.88 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Package: admiral
Type: Package
Title: ADaM in R Asset Library
Version: 0.9.1
Authors@R: c(
person("Thomas", "Neitmann", email = "thomas.neitmann@roche.com", role = c("aut", "cre")),
person("Stefan", "Bundfuss", role = "aut"),
person("Ben", "Straub", role = "aut"),
person("Samia", "Kabi", role = "aut"),
person("Gordon", "Miller", role = "aut"),
person("Teckla", "Akinyi", role = "aut"),
person("Andrew", "Smith", role = "aut"),
person("Konstantina", "Koukourikou", role = "aut"),
person("Ross", "Farrugia", role = "aut"),
person("Eric", "Simms", role = "aut"),
person("Annie", "Yang", role = "aut"),
person("Robin", "Koeger", role = "aut"),
person("Sophie", "Shapcott", role = "aut"),
person("Ojesh", "Upadhyay", role = "aut"),
person("Jack", "McGavigan", role = "aut"),
person("Kamila", "Duniec", role = "aut"),
person("Gayatri", "G", role = "aut"),
person("Alana", "Harris", role = "aut"),
person("Mahdi", "About", role = "aut"),
person("Pooja", "Kumari", role = "aut"),
person("Claudia", "Carlucci", role = "aut"),
person("Daniil", "Stefonishin", role = "aut"),
person("Sadchla", "Mascary", role = "aut"),
person("Zelos", "Zhu", role = "aut"),
person("Jeffrey", "Dickinson", role = "aut"),
person("Ania", "Golab", role = "aut"),
person("Michael", "Thorpe", role = "ctb"),
person("Declan", "Hodges", role = "ctb"),
person("Jaxon", "Abercrombie", role = "ctb"),
person("Nick", "Ramirez", role = "ctb"),
person("Pavan", "Kumar", role = "ctb"),
person("Hamza", "Rahal", role = "ctb"),
person("Yohann", "Omnes", role = "ctb"),
person("Alice", "Ehmann", role = "ctb"),
person("Tom", "Ratford", role = "ctb"),
person("Vignesh", "Thanikachalam", role = "ctb"),
person("Ondrej", "Slama", role = "ctb"),
person("Shimeng", "Huang", role = "ctb"),
person("James", "Kim", role = "ctb"),
person("Shan", "Lee", role = "ctb"),
person("Bill", "Denney", role = "ctb"),
person("Syed", "Mubasheer", role = "ctb"),
person("Wenyi", "Liu", role = "ctb"),
person("Dinakar", "Kulkarni", role = "ctb"),
person("Franciszek", "Walkowiak", role = "ctb"),
person("Tamara", "Senior", role = "ctb"),
person("Jordanna", "Morrish", role = "ctb"),
person("Anthony", "Howard", role = "ctb"),
person("Barbara", "O'Reilly", role = "ctb"),
person("John", "Kirkpatrick", role = "ctb"),
person("James", "Black", role = "ctb"),
person("Leena", "Khatri", role = "ctb"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("GlaxoSmithKline LLC", role = c("cph", "fnd"))
)
Description: A toolbox for programming 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>).
Language: en-US
License: Apache License (>= 2)
URL: https://pharmaverse.github.io/admiral/, https://github.com/pharmaverse/admiral
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends: R (>= 3.5)
Imports:
admiraldev (>= 0.2.0),
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.1.0)
Suggests:
admiral.test (>= 0.4.0),
covr,
devtools,
DT,
diffdf,
knitr,
lintr,
methods,
pkgdown,
readxl,
rmarkdown,
roxygen2,
spelling,
styler,
testthat,
tibble,
usethis
VignetteBuilder: knitr