-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.26 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
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3