-
Notifications
You must be signed in to change notification settings - Fork 15
/
DESCRIPTION
46 lines (46 loc) · 1.35 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
Package: forestplot
Version: 3.1.5
Title: Advanced Forest Plot Using 'grid' Graphics
Authors@R: c(person(given = "Max",
family = "Gordon",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Thomas",
family = "Lumley",
role = c("aut", "ctb")))
Description: Allows the creation of forest plots with advanced features, such as
multiple confidence intervals per row, customizable fonts for individual text
elements, and flexible confidence interval drawing. It also supports mixing
text with mathematical expressions. The package extends the application of
forest plots beyond traditional meta-analyses, offering a more general version
of the original 'rmeta' package’s forestplot() function. It relies heavily on
the 'grid' package for rendering the plots.
License: GPL-2
URL: https://gforge.se/packages/
BugReports: https://github.com/gforge/forestplot/issues
Biarch: yes
Depends:
R (>= 4.1.0),
grid,
checkmate,
abind
Suggests:
dplyr,
Gmisc,
Greg,
knitr,
purrr,
rlang,
rmarkdown,
rmeta,
rms,
testthat,
tibble,
tidyr,
tidyselect,
tidyverse
Encoding: UTF-8
NeedsCompilation: no
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1