Opinionated, typographic-centric ggplot2 themes and theme components
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.8 KiB

Package: hrbrthemes
Type: Package
Title: Additional Themes, Theme Components and Utilities for 'ggplot2'
7 years ago
Version: 0.4.0
Date: 2017-11-15
Authors@R: c(
person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5670-2640")),
7 years ago
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")),
7 years ago
person("Google", comment = "Roboto Condensed Font", role = c("cph")),
person("IBM", comment = "Plex Sans Font", role = c("cph"))
)
Maintainer: Bob Rudis <bob@rud.is>
Description: A compilation of extra 'ggplot2' themes, scales and utilities, including a
7 years ago
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/>
7 years ago
is also included and a copy of the 'IBM' 'Plex Sans' <https://github.com/IBM/type>
font 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,
gridExtra,
hunspell,
stringi,
gcookbook,
clipr,
vdiffr,
svglite
SystemRequirements: xclip <http://sourceforge.net/projects/xclip/> or xsel
<http://www.vergenet.net/~conrad/software/xsel/> for accessing the X11 cliboard
(only if clipboard functionality is desired)
clipboardDepends:
R (>= 3.2.0)
Imports:
ggplot2 (>= 2.2.1),
grid,
scales,
extrafont,
knitr,
rmarkdown,
htmltools,
tools,
magrittr
RoxygenNote: 6.0.1
VignetteBuilder: knitr