Package: plotor
Type: Package
Title: Produces an Odds Ratio Plot from a Logistic Regression Model
Version: 0.7.0
Authors@R: 
  person(
    'Craig', 'Parylo', 
    email = 'craig.parylo2@nhs.net', 
    role = c('aut', 'cre', 'cph'),
    comment = c(ORCID = '0000-0003-4297-7808')
  )
Maintainer: Craig Parylo <craig.parylo2@nhs.net>
Description: Produces an Odds Ratio (OR) Plot to visualise the result of a 
    logistic regression analysis.
    Provide it with a binomial regression model produced by 'glm()' and it will 
    convert the estimates to odds ratios with a 95% confidence interval and 
    plot the results using 'ggplot2'.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: broom, car, cli, detectseparation, dplyr, forcats, ggplot2,
        glue, gt, janitor, purrr, rlang, scales, stats, stringr,
        tibble, tidyselect
RoxygenNote: 7.3.2
Suggests: datasets, knitr, labelled, rmarkdown, svglite, testthat (>=
        3.0.0), tidyr, vdiffr
VignetteBuilder: knitr
URL: https://github.com/craig-parylo/plotor,
        https://craig-parylo.github.io/plotor/
BugReports: https://github.com/craig-parylo/plotor/issues
Config/testthat/edition: 3
Depends: R (>= 4.1.0)
NeedsCompilation: no
Packaged: 2025-07-01 13:26:20 UTC; Craig.Parylo
Author: Craig Parylo [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-4297-7808>)
Repository: CRAN
Date/Publication: 2025-07-01 13:40:01 UTC
Built: R 4.6.0; ; 2025-10-11 04:13:32 UTC; windows
