Package: forestploter
Title: Create a Flexible Forest Plot
Version: 1.1.2
Authors@R: person(given="Alimu", 
                 family = "Dayimu",
                 email = "ad938@cam.ac.uk",
                 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
