-
-
Notifications
You must be signed in to change notification settings - Fork 95
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.06 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
Package: hrbrthemes
Type: Package
Title: Additional Themes, Theme Components and Utilities for 'ggplot2'
Version: 0.1.0
Date: 2017-02-25
Authors@R: c(
person("Bob", "Rudis", email = "[email protected]", role = c("aut", "cre")),
person("Google", comment = "Roboto Condensed Font", role = c("cph"))
)
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' <https://github.com/google/roboto/>
is also included to support one of the typography-oriented themes.
URL: http://github.com/hrbrmstr/hrbrthemes
BugReports: https://github.com/hrbrmstr/hrbrthemes/issues
Copyright: file inst/COPYRIGHTS
License: MIT + file LICENSE
Suggests:
testthat,
dplyr,
knitr,
rmarkdown,
gridExtra
Depends:
R (>= 3.2.0)
Imports:
ggplot2 (>= 2.2.1),
grid,
scales,
extrafont,
hunspell,
stringi,
purrr
RoxygenNote: 6.0.0
VignetteBuilder: knitr