Package: thematic Title: Unified and Automatic 'Theming' of 'ggplot2', 'lattice', and 'base' R Graphics Version: 0.1.7.9000 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.5.2), 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: shinytest2, callr, sf, ggthemes, patchwork, gridExtra, tinytex, devtools, rversions Config/Needs/routine: ggrepel, r-lib/evaluate Config/Needs/website: GGally, RColorBrewer, patchwork, apreshill/quillt, r-lib/evaluate Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.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' Repository: https://posit-dev-shinycoreci.r-universe.dev Date/Publication: 2025-09-29 22:03:23 UTC RemoteUrl: https://github.com/rstudio/thematic RemoteRef: HEAD RemoteSha: e082b8c7107c81e9f31da8338e4e8625ffc81bac NeedsCompilation: no Packaged: 2026-07-02 08:31:51 UTC; root Author: Carson Sievert [aut, cre] (ORCID: ), Barret Schloerke [aut] (ORCID: ), Joe Cheng [aut], Posit Software, PBC [cph, fnd] Maintainer: Carson Sievert