forked from Merck/metalite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.03 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
Package: metalite
Title: ADaM Metadata Structure
Version: 0.0.1
Authors@R: c(
person("Yilong", "Zhang", role = c("aut")),
person("Nan", "Xiao", email = "[email protected]", role = c("aut", "cre")),
person("Ruchitbhai", "Patel", role = c("aut")),
person("Madhusudhan", "Ginnaram", role = c("aut")),
person("Sarad", "Nepal", role = c("aut")),
person("Yujie", "Zhao", role = c("aut")),
person("Merck Sharp & Dohme Corp", role = c("cph"))
)
Description: Create metadata structure for ADaM data analysis
and reporting in clinical trial development.
License: GPL-3
URL: https://merck.github.io/metalite/, https://github.com/Merck/metalite
BugReports: https://github.com/Merck/metalite/issues
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R (>= 4.1.0)
Imports:
glue,
rlang,
utils,
stats
Suggests:
ggplot2,
covr,
dplyr,
gt,
knitr,
r2rtf,
rmarkdown,
stringr,
testthat (>= 3.0.0),
tibble
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1