-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
35 lines (35 loc) · 1.34 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: ThemePark
Title: Themes for 'ggplot2' from Popular Culture
Version: 0.0.1
Authors@R: c(
person("Matthew B.", "Jané", , "[email protected]", role = c("aut", "cre")),
person("Luke C.", "Pilling", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-3332-8454")),
person("Christopher T.", "Kenny", email = "[email protected]",
role = c("aut"), comment = c(ORCID = "0000-0002-9386-6860"))
)
Description: Provides 'ggplot2' themes that mirror works from popular culture, such
as Barbie, Star Wars, Game of Thrones, and others. The package currently holds
14 themes and a number of corresponding discrete color scales, palettes, and
fonts. Each theme (e.g., 'theme_barbie') generates a unique color scheme and
font for a 'ggplot2' object that matches the color scheme and font found in
the movie, TV show, or video game.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
ggplot2,
showtext,
sysfonts
Suggests:
curl,
scales,
testthat (>= 3.0.0),
vdiffr (>= 1.0.0)
Depends:
R (>= 2.10)
LazyData: true
URL: https://matthewbjane.com/ThemePark/, https://github.com/MatthewBJane/ThemePark
BugReports: https://github.com/MatthewBJane/ThemePark/issues
Config/testthat/edition: 3