-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 1.55 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
Package: metalite.sl
Title: Subject-Level Analysis Using 'metalite'
Version: 0.1.0
Authors@R: c(
person("Benjamin", "Wang", email = "[email protected]", role = c("aut", "cre")),
person("Yujie", "Zhao", role = "aut"),
person("Hiroaki", "Fukuda", role = "aut"),
person("PoYao", "Niu", role = "aut"),
person("Nan", "Xiao", role = "aut"),
person("Jeetener", "Chauhan", role = "ctb"),
person("Li", "Ma", role = "ctb"),
person("Chen", "Wang", role = "ctb"),
person("Merck Sharp & Dohme Corp", role = "cph")
)
Description: Analyzes subject-level data in clinical trials using the 'metalite'
data structure. The package simplifies the workflow to create
production-ready tables, listings, and figures discussed in the
subject-level analysis chapters of
"R for Clinical Study Reports and Submission"
by Zhang et al. (2022) <https://r4csr.org/>.
Depends: R (>= 4.1.0)
License: GPL (>= 3)
Imports: glue, metalite, metalite.ae, forestly, r2rtf, reactable,
stringr, rlang, plotly, htmltools, brew, uuid
Suggests: dplyr, knitr, testthat (>= 3.0.0), tidyr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-12-20 05:05:16 UTC; fukuhiro
Author: Benjamin Wang [aut, cre],
Yujie Zhao [aut],
Hiroaki Fukuda [aut],
PoYao Niu [aut],
Nan Xiao [aut],
Jeetener Chauhan [ctb],
Li Ma [ctb],
Chen Wang [ctb],
Merck Sharp & Dohme Corp [cph]
Maintainer: Benjamin Wang <[email protected]>
Repository: CRAN
Date/Publication: 2024-12-23 10:50:01 UTC