-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
28 lines (28 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
Package: forestploter
Title: Create a Flexible Forest Plot
Version: 1.1.3
Authors@R: person(given="Alimu",
family = "Dayimu",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9998-7463"))
Description: Create a forest plot based on the layout of the data. Confidence intervals in multiple columns by groups can be done easily. Editing the plot, inserting/adding text, applying a theme to the plot, and much more.
License: MIT + file LICENSE
URL: https://github.com/adayim/forestploter
BugReports: https://github.com/adayim/forestploter/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
grid,
gridExtra,
gtable
Suggests:
gridtext,
rmarkdown,
knitr,
vdiffr,
testthat (>= 3.0.0),
covr
VignetteBuilder: knitr
Config/testthat/edition: 3