Package: ggforestplotR Title: Publication-Ready Forest Plots with 'ggplot2' Version: 0.3.0 Authors@R: person(given = "Carson", family = "Richardson", role = c("aut", "cre", "cph"), email = "carson.richardson@outlook.com") Description: Transform model coefficients into flexible forest plots using 'ggplot2'. Provides helpers to standardize coefficient data from a range of modelling workflows and render publication-ready forest plots with a consistent interface. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: ggplot2, patchwork, rlang Suggests: broom, broom.mixed, dplyr, knitr, lme4, rmarkdown, survival, testthat (>= 3.0.0), tibble VignetteBuilder: knitr Config/testthat/edition: 3 Config/Needs/website: pkgdown URL: https://thatoneguy006.github.io/ggforestplotR/, https://github.com/thatoneguy006/ggforestplotR BugReports: https://github.com/thatoneguy006/ggforestplotR/issues Config/roxygen2/version: 8.0.0 Repository: https://thatoneguy006.r-universe.dev Date/Publication: 2026-06-12 16:37:10 UTC RemoteUrl: https://github.com/thatoneguy006/ggforestplotr RemoteRef: HEAD RemoteSha: a829ead50a4681cf57025def09d1597568d2a533 NeedsCompilation: no Packaged: 2026-06-12 17:44:10 UTC; root Author: Carson Richardson [aut, cre, cph] Maintainer: Carson Richardson