Package: sumExtras Title: Extra Functions for 'gtsummary' Table Styling Version: 1.0.0 Authors@R: c( person( "Kyle", "Grealis", email = "kyleGrealis@proton.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9223-8854") ), person( given = "Raymond", family = "Balise", role = c("ctb"), email = "balise@miami.edu", comment = c(ORCID = "0000-0002-9856-5901") ), person( "Daniel", "Maya", email = "dheal.maya@gmail.com", role = 'ctb', comment = c(ORCID = "0000-0002-0164-7768") ) ) Description: Provides additional convenience functions for 'gtsummary' (Sjoberg et al. (2021) ) & 'gt' tables, including automatic variable labeling from dictionaries, standardized missing value display, and consistent formatting helpers for streamlined table styling workflows. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Suggests: broom (>= 1.0.5), broom.helpers (>= 1.20.0), knitr, labelled, survey, testthat (>= 3.0.0), tibble VignetteBuilder: knitr Config/testthat/edition: 3 Imports: dplyr, gt (>= 0.9.0), gtsummary (>= 1.7.0), rlang URL: https://github.com/kyleGrealis/sumExtras, https://www.kyleGrealis.com/sumExtras/ BugReports: https://github.com/kyleGrealis/sumExtras/issues Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev libssl-dev libnode-dev Repository: https://kylegrealis.r-universe.dev Date/Publication: 2026-07-01 15:23:29 UTC RemoteUrl: https://github.com/kylegrealis/sumextras RemoteRef: HEAD RemoteSha: affa348294bd09e4714e8f5a5243231d1166c1ad NeedsCompilation: no Packaged: 2026-07-01 17:08:44 UTC; root Author: Kyle Grealis [aut, cre] (ORCID: ), Raymond Balise [ctb] (ORCID: ), Daniel Maya [ctb] (ORCID: ) Maintainer: Kyle Grealis