Package: tinythemes Type: Package Title: Lightweight Repackaging of 'Themes' for 'ggplot2' Version: 0.0.4.1 Date: 2025-11-07 Authors@R: c(person(given = "Dirk", family = "Eddelbuettel", role = c("aut", "cre"), email = "edd@debian.org", comment = c(ORCID = "0000-0001-6419-907X")), person(given = "Bob", family = "Rudis", role = "aut", email = "bob@rud.is", comment = c(ORCID = "0000-0001-5670-2640"))) Description: Themes for 'ggplot2' are a convenient way to style plots. The 'hrbrthemes' package contains a particularly nice one, but brings along a significant tail of dependencies. So this (currently experimental) package brings along just the 'theme_ipsum_rc' theme using the 'Roboto' 'Condensed' font. Should the font not be installed on your system, see the help in the package 'hrbrthemes' on how to install 'Roboto Condensed'. Note that 'hrbrthemes' is now archived at CRAN. URL: https://github.com/eddelbuettel/tinythemes BugReports: https://github.com/eddelbuettel/tinythemes/issues License: MIT + file LICENSE Imports: ggplot2 Suggests: patchwork RoxygenNote: 7.3.3 Encoding: UTF-8 Repository: https://eddelbuettel.r-universe.dev Date/Publication: 2026-02-14 01:28:30 UTC RemoteUrl: https://github.com/eddelbuettel/tinythemes RemoteRef: HEAD RemoteSha: 182c17be721203c70d76dd5767ff562b0feb70cf NeedsCompilation: no Packaged: 2026-06-14 10:39:04 UTC; root Author: Dirk Eddelbuettel [aut, cre] (ORCID: ), Bob Rudis [aut] (ORCID: ) Maintainer: Dirk Eddelbuettel