-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.49 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: forestly
Title: Interactive Forest Plot
Version: 0.1.2
Authors@R: c(
person("Yilong", "Zhang", role = c("aut")),
person("Benjamin", "Wang", email = "[email protected]", role = c("aut", "cre")),
person("Yujie", "Zhao", role = c("aut")),
person("Nan", "Xiao", role = c("ctb")),
person("Hiroaki", "Fukuda", role = c("ctb")),
person("Yulia", "Sidi", role = c("ctb")),
person("Xuan", "Deng", role = c("ctb")),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
)
Description: Interactive forest plot for clinical trial safety analysis
using 'metalite', 'reactable', 'plotly', and Analysis Data Model (ADaM)
datasets. Includes functionality for adverse event filtering,
incidence-based group filtering, hover-over reveals, and search and sort
operations. The workflow allows for metadata construction, data preparation,
output formatting, and interactive plot generation.
License: GPL (>= 3)
URL: https://merck.github.io/forestly/, https://github.com/Merck/forestly
BugReports: https://github.com/Merck/forestly/issues
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1)
Imports:
brew,
crosstalk,
glue,
htmltools,
metalite,
metalite.ae,
reactable,
reactR,
rlang,
ggplot2,
uuid
Suggests:
covr,
dplyr,
knitr,
r2rtf,
rmarkdown,
patchwork,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2