Package: gtsummary
Title: Presentation-Ready Data Summary and Analytic Result Tables
Version: 1.3.2
Authors@R: 
    c(person(given = "Daniel D.",
             family = "Sjoberg",
             role = c("aut", "cre"),
             email = "danield.sjoberg@gmail.com",
             comment = c(ORCID = "0000-0003-0862-2018")),
      person(given = "Margie",
             family = "Hannum",
             role = "aut",
             comment = c(ORCID = "0000-0002-2953-0449")),
      person(given = "Karissa",
             family = "Whiting",
             role = "aut",
             comment = c(ORCID = "0000-0002-4683-1868")),
      person(given = "Emily C.",
             family = "Zabor",
             role = "aut",
             comment = c(ORCID = "0000-0002-1402-4498")),
      person(given = "Michael",
             family = "Curry",
             role = "ctb",
             comment = c(ORCID = "0000-0002-0261-4044")),
      person(given = "Esther",
             family = "Drill",
             role = "ctb",
             comment = c(ORCID = "0000-0002-3315-4538")),
      person(given = "Jessica",
             family = "Flynn",
             role = "ctb",
             comment = c(ORCID = "0000-0001-8310-6684")),
      person(given = "Stephanie",
             family = "Lobaugh",
             role = "ctb"))
Description: Creates presentation-ready tables summarizing data
    sets, regression models, and more. The code to create the tables is
    concise and highly customizable. Data frames can be summarized with
    any function, e.g. mean(), median(), even user-written functions.
    Regression models are summarized and include the reference rows for
    categorical variables. Common regression models, such as logistic
    regression and Cox proportional hazards regression, are automatically
    identified and the tables are pre-filled with appropriate column
    headers. 
License: MIT + file LICENSE
URL: https://github.com/ddsjoberg/gtsummary,
        http://www.danieldsjoberg.com/gtsummary/
BugReports: https://github.com/ddsjoberg/gtsummary/issues
Depends: R (>= 3.4)
Imports: broom (>= 0.5.6), broom.mixed (>= 0.2.6), crayon (>= 1.3.4),
        dplyr (>= 0.8.5), forcats (>= 0.5.0), glue (>= 1.4.0), gt (>=
        0.2.1), knitr (>= 1.28), lifecycle (>= 0.2.0), magrittr (>=
        1.5), purrr (>= 0.3.4), rlang (>= 0.4.6), stringr (>= 1.4.0),
        survival, tibble (>= 3.0.1), tidyr (>= 1.0.3), tidyselect (>=
        1.1.0), usethis (>= 1.6.1)
Suggests: car, covr, flextable, geepack, Hmisc, kableExtra, lme4,
        officer, pkgdown, rmarkdown, scales, spelling, testthat
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-06-13 22:16:17 UTC; SjobergD
Author: Daniel D. Sjoberg [aut, cre] (<https://orcid.org/0000-0003-0862-2018>),
  Margie Hannum [aut] (<https://orcid.org/0000-0002-2953-0449>),
  Karissa Whiting [aut] (<https://orcid.org/0000-0002-4683-1868>),
  Emily C. Zabor [aut] (<https://orcid.org/0000-0002-1402-4498>),
  Michael Curry [ctb] (<https://orcid.org/0000-0002-0261-4044>),
  Esther Drill [ctb] (<https://orcid.org/0000-0002-3315-4538>),
  Jessica Flynn [ctb] (<https://orcid.org/0000-0001-8310-6684>),
  Stephanie Lobaugh [ctb]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-14 04:50:02 UTC
