Package: thematic
Title: Unified and Automatic 'Theming' of 'ggplot2', 'lattice', and
        'base' R Graphics
Version: 0.1.6
Authors@R: c(
    person("Carson", "Sievert", , "carson@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-4958-2844")),
    person("Barret", "Schloerke", , "barret@posit.co", role = "aut",
           comment = c(ORCID = "0000-0001-9986-114X")),
    person("Joe", "Cheng", , "joe@posit.co", role = "aut"),
    person("Posit Software, PBC", role = c("cph", "fnd"))
  )
Description: Theme 'ggplot2', 'lattice', and 'base' graphics based on a
    few choices, including foreground color, background color, accent
    color, and font family. Fonts that aren't available on the system, but
    are available via download on 'Google Fonts', can be automatically
    downloaded, cached, and registered for use with the 'showtext' and
    'ragg' packages.
License: MIT + file LICENSE
URL: https://rstudio.github.io/thematic/,
        https://github.com/rstudio/thematic
BugReports: https://github.com/rstudio/thematic/issues
Depends: R (>= 3.0.0)
Imports: farver, ggplot2 (>= 3.3.0), graphics, grDevices, grid,
        rappdirs, rlang, rstudioapi (>= 0.8), scales, utils
Suggests: bslib, Cairo, curl, gganimate, ggiraph, htmltools, jsonlite,
        knitr, lattice, ragg, rmarkdown, shiny (>= 1.5.0), showtext,
        stats, svglite, sysfonts, systemfonts, testthat, vdiffr (>=
        1.0.0), withr
Config/Needs/check: shinytest, callr, sf, ggthemes, patchwork,
        gridExtra, tinytex, devtools, rversions
Config/Needs/routine: ggrepel
Config/Needs/website: GGally, RColorBrewer, patchwork, apreshill/quillt
Encoding: UTF-8
RoxygenNote: 7.3.2
Collate: 'auto.R' 'base.R' 'cache.R' 'gfonts.R' 'ggplot.R' 'globals.R'
        'hooks.R' 'knitr.R' 'lattice.R' 'onLoad.R' 'thematic-package.R'
        'thematic-save-plot.R' 'thematic.R' 'utils.R'
        'view-shinytest.R'
NeedsCompilation: no
Packaged: 2024-07-25 15:50:58 UTC; cpsievert
Author: Carson Sievert [aut, cre] (<https://orcid.org/0000-0002-4958-2844>),
  Barret Schloerke [aut] (<https://orcid.org/0000-0001-9986-114X>),
  Joe Cheng [aut],
  Posit Software, PBC [cph, fnd]
Maintainer: Carson Sievert <carson@posit.co>
Repository: CRAN
Date/Publication: 2024-07-29 15:50:02 UTC
Built: R 4.4.2; ; 2025-07-24 00:36:28 UTC; unix
