-
-
Notifications
You must be signed in to change notification settings - Fork 95
/
DESCRIPTION
52 lines (52 loc) · 1.81 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: hrbrthemes
Type: Package
Title: Additional Themes, Theme Components and Utilities for 'ggplot2'
Version: 0.8.7
Date: 2024-03-03
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
person("Patrick", "Kennedy", role=c("ctb")),
person("Philipp", "Reiner", role = c("ctb")),
person("Dan", "Wilson", email = "[email protected]",
role = c("ctb"), comment = c("Secondary axis support")),
person("Xavier", "Adam", role = c("ctb")),
person("Google", comment = "Roboto Condensed", role = c("cph")),
person("IBM", comment = "Plex Sans Font", role = c("cph")),
person("Goldman Sachs", comment = "Goldman Sans Font", role = c("cph")),
person("Impallari Type", comment = "Public Sans Font", role = c("cph")),
person("Jacob", "Barnett", email = "[email protected]", role = c("ctb")),
person("Thomas J.", "Leeper", role = c("ctb"), email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Joris", "Meys", email = "[email protected]", role = c("ctb"))
)
Maintainer: Bob Rudis <[email protected]>
Description: A compilation of extra 'ggplot2' themes, scales and utilities, including a
spell check function for plot label fields and an overall emphasis on typography.
A copy of the 'Google' font 'Roboto Condensed' is also included.
Copyright: file inst/COPYRIGHTS
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
testthat,
dplyr,
gridExtra,
hunspell,
stringi,
gcookbook,
clipr,
vdiffr,
svglite
Depends:
R (>= 4.0.0)
Imports:
ggplot2 (>= 3.4.0),
grDevices,
grid,
scales,
extrafont,
tools,
magrittr,
gdtools,
utils
RoxygenNote: 7.2.3