forked from hrbrmstr/hrbrthemes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
61 lines (61 loc) · 2.23 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
53
54
55
56
57
58
59
60
61
Package: hrbrthemes
Type: Package
Title: Additional Themes, Theme Components and Utilities for 'ggplot2'
Version: 0.7.3
Date: 2019-08-08
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", 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 = "dan@thedatacollective.com.au",
role = c("ctb"), comment = c("Secondary axis support")),
person("Xavier", "Adam", role = c("ctb")),
person("Google", comment = "Roboto Condensed & Titillium Web Fonts",
role = c("cph")),
person("IBM", comment = "Plex Sans Font", role = c("cph")),
person("Impallari Type", comment = "Public Sans Font", role = c("cph")),
person("Jacob", "Barnett", email = "jacob.r.barnett@gmail.com", role = c("ctb")),
person("Thomas J.", "Leeper", role = c("ctb"), email = "thosjleeper@gmail.com",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Joris", "Meys", email = "Joris.Meys@UGent.be", role = c("ctb"))
)
Maintainer: Bob Rudis <bob@rud.is>
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' <https://github.com/google/roboto/>
is also included along with a copy of the 'IBM' 'Plex Sans' <https://github.com/IBM/type>,
'Titillium Web' <https://fonts.google.com/specimen/Titillium+Web>, and
'Public Sans' <https://github.com/uswds/public-sans/> fonts
are also included to support their respective typography-oriented themes.
URL: http://github.com/hrbrmstr/hrbrthemes
BugReports: https://github.com/hrbrmstr/hrbrthemes/issues
Copyright: file inst/COPYRIGHTS
License: MIT + file LICENSE
Encoding: UTF-8
Suggests:
testthat,
dplyr,
gridExtra,
hunspell,
stringi,
gcookbook,
clipr,
vdiffr,
svglite
Depends:
R (>= 3.2.0)
Imports:
ggplot2 (>= 2.2.1),
grDevices,
grid,
scales,
extrafont,
knitr,
rmarkdown,
htmltools,
tools,
magrittr,
gdtools
RoxygenNote: 6.1.1
VignetteBuilder: knitr