Type: Package
Package: gtExtras
Title: Extending 'gt' for Beautiful HTML Tables
Version: 0.4.0
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 capabilities that are currently not built into 'gt'.
License: MIT + file LICENSE
URL: https://github.com/jthomasmock/gtExtras,
        https://jthomasmock.github.io/gtExtras/
BugReports: https://github.com/jthomasmock/gtExtras/issues
Imports: commonmark, dplyr (>= 1.0.8), fontawesome (>= 0.2.2), ggplot2
        (>= 3.3.5), glue (>= 1.6.1), gt (>= 0.5), htmltools (>= 0.5.2),
        paletteer (>= 1.4.0), rlang (>= 1.0.1), scales (>= 1.2.0)
Suggests: base64enc (>= 0.1-3), bitops (>= 1.0.6), checkmate (>=
        2.0.0), covr, fs (>= 1.5.2), hms, magrittr (>= 1.5),
        RColorBrewer, rvest (>= 1.0.0), 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
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-06-07 18:13:16 UTC; thomasmock
Author: Thomas Mock [aut, cre, cph],
  Daniel D. Sjoberg [ctb] (<https://orcid.org/0000-0003-0862-2018>)
Maintainer: Thomas Mock <j.thomasmock@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-09 08:10:15 UTC
