Package: gtsummary
Title: Presentation-Ready Data Summary Tables
Version: 0.1.0
Authors@R: 
    c(person(given = "Daniel D.",
             family = "Sjoberg",
             role = c("aut", "cre"),
             email = "danield.sjoberg@gmail.com"),
      person(given = "Emily C.",
             family = "Zabor",
             role = "aut"))
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 many types
    of statistics presented in any pattern. 
    Regression models are summarized including the reference row for
    categorical independent variables. Function defaults follow
    reporting guidelines outlined in Assel, Sjoberg, et al. (2019) 
    <doi:10.1016/j.eururo.2018.12.014>.
License: MIT + file LICENSE
Depends: R (>= 3.4)
Imports: broom (>= 0.5.1), broom.mixed (>= 0.2.3), car (>= 3.0.2),
        dplyr (>= 0.7.8), glue (>= 1.3.0), knitr (>= 1.21), magrittr
        (>= 1.5), MASS, purrr (>= 0.3.0), rlang (>= 0.3.1), stringr (>=
        1.3.1), tibble (>= 2.0.1), tidyr (>= 0.8.2)
Suggests: covr (>= 3.2.1), ggplot2 (>= 3.1.0), kableExtra (>= 0.9.0),
        lme4 (>= 1.1.18.1), rmarkdown (>= 1.11), spelling (>= 2.1),
        survival, testthat (>= 2.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-05-09 16:05:37 UTC; SjobergD
Author: Daniel D. Sjoberg [aut, cre],
  Emily C. Zabor [aut]
Maintainer: Daniel D. Sjoberg <danield.sjoberg@gmail.com>
Repository: CRAN
Date/Publication: 2019-05-10 15:10:10 UTC
