Package: gtsummary
Title: Presentation-Ready Data Summary and Analytic Result Tables
Version: 1.2.3
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")))
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. The package is enhanced when the 'gt' package is installed.
    Use this code to install: 'remotes::install_github("rstudio/gt")'.
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.5)
Imports: broom (>= 0.5.1), broom.mixed (>= 0.2.3), crayon (>= 1.3.4),
        dplyr (>= 0.7.8), glue (>= 1.3.0), knitr (>= 1.21), lifecycle
        (>= 0.1.0), magrittr (>= 1.5), purrr (>= 0.3.0), rlang (>=
        0.3.1), stringr (>= 1.4.0), survival, tibble (>= 2.0.1), tidyr
        (>= 1.0.0), tidyselect (>= 0.2.5), usethis (>= 1.5.1)
Suggests: car (>= 3.0.2), covr (>= 3.2.1), geepack (>= 1.2.1), ggplot2
        (>= 3.1.0), Hmisc (>= 4.2.0), lme4 (>= 1.1.18.1), rmarkdown (>=
        1.11), spelling (>= 2.0), testthat (>= 2.1.0), forcats (>=
        0.4.0)
Enhances: gt (>= 0.1.0)
VignetteBuilder: knitr
RdMacros: lifecycle
Additional_repositories: http://ddsjoberg.github.io/drat
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-11-12 00:46:39 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>)
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Repository: CRAN
Date/Publication: 2019-11-12 11:40:02 UTC
