forked from gforge/forestplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 1.1 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
Package: forestplotColGroup
Version: 1.10
Date: 2020-07-15
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: A forest plot that allows for
multiple confidence intervals per row,
custom fonts for each text element,
custom confidence intervals,
text mixed with expressions, and more.
The aim is to extend the use of forest plots beyond meta-analyses.
This is a more general version of the original 'rmeta' package's forestplot()
function and relies heavily on the 'grid' package.
License: GPL-2
URL: http://gforge.se/packages/
BugReports: https://github.com/gforge/forestplot/issues
Biarch: yes
Depends:
grid,
magrittr,
checkmate
Suggests:
testthat,
abind,
knitr,
rmarkdown
Encoding: UTF-8
NeedsCompilation: no
VignetteBuilder: knitr
Roxygen: list()
RoxygenNote: 7.1.1