-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
40 lines (40 loc) · 903 Bytes
/
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
Package: forester
Type: Package
Title: A simple R interface for publication-ready forest plots using patchwork
Version: 0.3.0
Author: Randy Boyes
Maintainer: Randy Boyes <randy.boyes@gmail.com>
Description: This package uses patchwork to overlay forest plots created in
ggplot on top of tables. The default functionality is to add a forest plot
and estimate column to the right side of any table, but it can be used to
add a forest plot column in the middle of any table.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Imports:
dplyr,
ggplot2,
patchwork,
magick,
gridExtra,
scales,
units,
grid,
here,
rlang,
systemfonts,
extrafont,
tibble,
robvis,
metafor,
qpdf,
purrr,
stringr,
tidyr
Suggests:
knitr,
rmarkdown,
readxl
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)