-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.66 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
Package: metalite.ae
Title: Adverse Events Analysis Using 'metalite'
Version: 0.1.3
Authors@R: c(
person("Yilong", "Zhang", role = c("aut")),
person("Yujie", "Zhao", email = "[email protected]", role = c("aut", "cre")),
person("Benjamin", "Wang", role = c("aut")),
person("Nan", "Xiao", role = c("aut")),
person("Sarad", "Nepal", role = c("aut")),
person("Madhusudhan", "Ginnaram", role = c("aut")),
person("Venkatesh", "Burla", role = c("ctb")),
person("Ruchitbhai", "Patel", role = c("aut")),
person("Brian", "Lang", role = c("aut")),
person("Xuan", "Deng", role = c("aut")),
person("Hiroaki", "Fukuda", role = c("aut")),
person("Bing", "Liu", role = c("aut")),
person("Jeetender", "Chauhan", role = c("aut")),
person("Li", "Ma", role = c("ctb")),
person("Merck Sharp & Dohme Corp", role = c("cph"))
)
Description: Analyzes adverse events in clinical trials using the 'metalite'
data structure. The package simplifies the workflow to create
production-ready tables, listings, and figures discussed in the
adverse events analysis chapters of
"R for Clinical Study Reports and Submission"
by Zhang et al. (2022) <https://r4csr.org/>.
License: GPL-3
URL: https://merck.github.io/metalite.ae/, https://github.com/Merck/metalite.ae
BugReports: https://github.com/Merck/metalite.ae/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Depends: R (>= 4.1.0)
Imports:
glue,
metalite,
r2rtf,
stats
Suggests:
DescTools,
covr,
dplyr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tibble,
tidyr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2