Package: thematic
Title: Unified and Automatic 'Theming' of 'ggplot2', 'lattice', and
        'base' R Graphics
Version: 0.1.3
Authors@R: c(
  person("Carson", "Sievert", role = c("aut", "cre"), email = "carson@posit.co", comment = c(ORCID = "0000-0002-4958-2844")),
  person("Barret", "Schloerke", email = "barret@posit.co", role = "aut", comment = c(ORCID = "0000-0001-9986-114X")),
  person("Joe", "Cheng", role = "aut", email = "joe@posit.co"),
  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.
URL: https://rstudio.github.io/thematic/,
        https://github.com/rstudio/thematic
Depends: R (>= 3.0.0)
Imports: utils, graphics, grDevices, grid, farver, rlang, scales,
        rstudioapi (>= 0.8), rappdirs, ggplot2 (>= 3.3.0)
Suggests: lattice, stats, withr, sysfonts, showtext, Cairo,
        systemfonts, ragg, knitr, rmarkdown, htmltools, shiny (>=
        1.5.0), bslib, testthat, gganimate, ggiraph, vdiffr (>= 1.0.0),
        svglite, jsonlite, curl
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
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'
Config/Needs/routine: ggrepel
Config/Needs/website: GGally, RColorBrewer, patchwork, apreshill/quillt
Config/Needs/check: shinytest, callr, sf, ggthemes, patchwork,
        gridExtra, tinytex, devtools, rversions
BugReports: https://github.com/rstudio/thematic/issues
NeedsCompilation: no
Packaged: 2023-08-11 15:33:30 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: 2023-08-11 16:30:02 UTC
