Package: forestplot Version: 3.2.0 Title: Advanced Forest Plot Using 'grid' Graphics Authors@R: c(person(given = "Max", family = "Gordon", role = c("aut", "cre"), email = "max@gforge.se"), 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.3 LazyData: true Repository: https://gforge.r-universe.dev Date/Publication: 2026-03-03 20:42:04 UTC RemoteUrl: https://github.com/gforge/forestplot RemoteRef: HEAD RemoteSha: 77b2ba2a2e057d894899d2832507c9c296ecb0d4 Packaged: 2026-06-07 06:38:25 UTC; root Author: Max Gordon [aut, cre], Thomas Lumley [aut, ctb] Maintainer: Max Gordon