Package: ggadjustedforest
Title: Publication Ready Forest Plots for Estimand of Interest
Version: 0.1.0
Authors@R: person("Chris", "Varghese", email = "chris.varghese@auckland.ac.nz",
    role = c("aut", "cre"), comment = c(ORCID = ""))
Description: Creates publication-quality forest plots and effect-size tables that
    display only the unadjusted and adjusted estimates for a user-specified exposure
    variable of interest, hiding confounder coefficients in accordance with causal
    inference principles. Supports logistic, linear, Poisson, and Cox proportional
    hazards models, with optional cumulative-adjustment visualisation. Built on
    'ggplot2' and follows the tidyverse design philosophy.
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
RoxygenNote: 8.0.0
Depends: R (>= 4.1.0)
Imports: ggplot2 (>= 3.4.0), dplyr (>= 1.1.0), rlang (>= 1.1.0), broom
        (>= 1.0.0), survival (>= 3.5.0), patchwork (>= 1.2.0), scales
        (>= 1.3.0), tibble (>= 3.2.0)
Suggests: sandwich, lmtest, testthat (>= 3.0.0), knitr, rmarkdown,
        finalfit
VignetteBuilder: knitr
Config/testthat/edition: 3
URL: https://github.com/kriz98/gg_adjusted_forest
BugReports: https://github.com/kriz98/gg_adjusted_forest/issues
NeedsCompilation: no
Packaged: 2026-07-08 13:50:14 UTC; cvar706
Author: Chris Varghese [aut, cre]
Maintainer: Chris Varghese <chris.varghese@auckland.ac.nz>
Repository: CRAN
Date/Publication: 2026-07-17 12:40:02 UTC
