Package: ggadjustedforest Title: Publication Ready Forest Plots for the Estimand Version: 0.1.1 Authors@R: person("Chris", "Varghese", email = "chris.varghese@auckland.ac.nz", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7369-8639")) 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'. License: MIT + file LICENSE Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) 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, tidyr VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://github.com/kriz98/ggadjustedforest, https://kriz98.github.io/ggadjustedforest/ BugReports: https://github.com/kriz98/ggadjustedforest/issues Config/pak/sysreqs: libicu-dev Repository: https://kriz98.r-universe.dev Date/Publication: 2026-07-18 02:14:08 UTC RemoteUrl: https://github.com/kriz98/ggadjustedforest RemoteRef: HEAD RemoteSha: d22d6d0d4ee9ecc533e91a44c5de04a20dbefbe6 NeedsCompilation: no Packaged: 2026-07-18 06:36:57 UTC; root Author: Chris Varghese [aut, cre] (ORCID: ) Maintainer: Chris Varghese