Package: gtsummary Title: Presentation-Ready Data Summary and Analytic Result Tables Version: 2.5.1.9002 Authors@R: c( person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0862-2018")), person("Joseph", "Larmarange", role = "aut", comment = c(ORCID = "0000-0001-7097-700X")), person("Michael", "Curry", role = "aut", comment = c(ORCID = "0000-0002-0261-4044")), person("Emily", "de la Rua", , role = "aut", comment = c(ORCID = "0009-0000-8738-5561")), person("Jessica", "Lavery", role = "aut", comment = c(ORCID = "0000-0002-2746-5647")), person("Karissa", "Whiting", role = "aut", comment = c(ORCID = "0000-0002-4683-1868")), person("Emily C.", "Zabor", role = "aut", comment = c(ORCID = "0000-0002-1402-4498")), person("Xing", "Bai", role = "ctb"), person("Malcolm", "Barrett", role = "ctb", comment = c(ORCID = "0000-0003-0299-5825")), person("Esther", "Drill", role = "ctb", comment = c(ORCID = "0000-0002-3315-4538")), person("Jessica", "Flynn", role = "ctb", comment = c(ORCID = "0000-0001-8310-6684")), person("Margie", "Hannum", role = "ctb", comment = c(ORCID = "0000-0002-2953-0449")), person("Stephanie", "Lobaugh", role = "ctb"), person("Shannon", "Pileggi", role = "ctb", comment = c(ORCID = "0000-0002-7732-4164")), person("Amy", "Tin", role = "ctb", comment = c(ORCID = "0000-0002-8005-0694")), person("Gustavo", "Zapata Wainberg", role = "ctb", comment = c(ORCID = "0000-0002-2524-3637")) ) 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, https://www.danieldsjoberg.com/gtsummary/ BugReports: https://github.com/ddsjoberg/gtsummary/issues Depends: R (>= 4.2) Imports: cards (>= 0.8.0), cardx (>= 0.3.3), cli (>= 3.6.3), dplyr (>= 1.1.3), glue (>= 1.8.0), gt (>= 0.11.1), lifecycle (>= 1.0.3), rlang (>= 1.1.1), tidyr (>= 1.3.0), vctrs (>= 0.6.4) Suggests: aod (>= 1.3.3), broom (>= 1.0.5), broom.helpers (>= 1.20.0), broom.mixed (>= 0.2.9), car (>= 3.0-11), cmprsk (>= 2.2.12), effectsize (>= 0.6.0), emmeans (>= 1.7.3), flextable (>= 0.9.11), geepack (>= 1.3.10), ggstats (>= 0.2.1), huxtable (>= 5.4.0), insight (>= 0.15.0), kableExtra (>= 1.3.4), knitr (>= 1.37), lme4 (>= 1.1-31), mice (>= 3.10.0), nnet (>= 7.3.20), officer (>= 0.7.5), openxlsx (>= 4.2.8.1), parameters (>= 0.20.2), parsnip (>= 0.1.7), rmarkdown (>= 2.3.1), smd (>= 0.6.6), spelling (>= 2.3.2), survey (>= 4.5), survival (>= 3.6-4), testthat (>= 3.2.0), withr (>= 2.5.0), workflows (>= 0.2.4) VignetteBuilder: knitr Config/Needs/check: hms Config/Needs/website: forcats, sandwich, scales Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libnode-dev Repository: https://ar-puuk.r-universe.dev Date/Publication: 2026-07-01 16:22:14 UTC RemoteUrl: https://github.com/ddsjoberg/gtsummary RemoteRef: HEAD RemoteSha: 34e332db989d34c2e7a7eafcaf6c47ecae2c1925 NeedsCompilation: no Packaged: 2026-07-01 17:58:05 UTC; root Author: Daniel D. Sjoberg [aut, cre] (ORCID: ), Joseph Larmarange [aut] (ORCID: ), Michael Curry [aut] (ORCID: ), Emily de la Rua [aut] (ORCID: ), Jessica Lavery [aut] (ORCID: ), Karissa Whiting [aut] (ORCID: ), Emily C. Zabor [aut] (ORCID: ), Xing Bai [ctb], Malcolm Barrett [ctb] (ORCID: ), Esther Drill [ctb] (ORCID: ), Jessica Flynn [ctb] (ORCID: ), Margie Hannum [ctb] (ORCID: ), Stephanie Lobaugh [ctb], Shannon Pileggi [ctb] (ORCID: ), Amy Tin [ctb] (ORCID: ), Gustavo Zapata Wainberg [ctb] (ORCID: ) Maintainer: Daniel D. Sjoberg