-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
22 lines (22 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: tinythemes
Type: Package
Title: Lightweight Repackaging of 'Themes' for 'ggplot2'
Version: 0.0.2
Date: 2024-03-04
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'.
URL: https://github.com/eddelbuettel/tinythemes
BugReports: https://github.com/eddelbuettel/tinythemes/issues
License: MIT + file LICENSE
Imports: ggplot2
Suggests: hrbrthemes, patchwork
RoxygenNote: 7.3.2
Encoding: UTF-8