Type: Package Package: gtExtras Title: Extending 'gt' for Beautiful HTML Tables Version: 0.6.2 Authors@R: c( person("Thomas", "Mock", , "j.thomasmock@gmail.com", role = c("aut", "cre", "cph")), person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = "ctb", comment = c(ORCID = "0000-0003-0862-2018")) ) Description: Provides additional functions for creating beautiful tables with 'gt'. The functions are generally wrappers around boilerplate or adding opinionated niche capabilities and helpers functions. License: MIT + file LICENSE URL: https://github.com/jthomasmock/gtExtras, https://jthomasmock.github.io/gtExtras/ BugReports: https://github.com/jthomasmock/gtExtras/issues Depends: R (>= 3.6.0), gt (>= 1.0.0) Imports: commonmark, dplyr (>= 1.0.9), fontawesome (>= 0.4.0), ggplot2 (>= 3.4.0), glue (>= 1.6.1), htmltools (>= 0.5.3), paletteer (>= 1.4.0), rlang (>= 1.0.4), scales (>= 1.2.0), knitr (>= 1.35), cli (>= 3.6.0) Suggests: base64enc (>= 0.1-3), bitops (>= 1.0.6), covr, fs (>= 1.5.2), hms, magrittr (>= 1.5), rvest (>= 1.0.3), sass (>= 0.1.1), stringr (>= 1.3.1), svglite (>= 2.1.0), testthat (>= 3.0.0), tibble (>= 3.0.0), tidyr (>= 1.0.0), tidyselect (>= 1.0.0), webshot2 (>= 0.1.0), xml2 (>= 1.3.3), lifecycle (>= 1.0.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/testthat/edition: 3 Config/testthat/parallel: true Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libnode-dev Repository: https://ar-puuk.r-universe.dev Date/Publication: 2026-01-16 16:42:19 UTC RemoteUrl: https://github.com/jthomasmock/gtExtras RemoteRef: HEAD RemoteSha: 00150a480096e80e75c6fbc16590b11b59b93bce NeedsCompilation: no Packaged: 2026-06-21 06:51:42 UTC; root Author: Thomas Mock [aut, cre, cph], Daniel D. Sjoberg [ctb] (ORCID: ) Maintainer: Thomas Mock