Package: hrbrthemes
Type: Package
Title: Additional Themes, Theme Components and Utilities for 'ggplot2'
Version: 0.8.0
Date: 2020-03-05
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.4.0)
Imports:
    ggplot2 (>= 3.3.0),
    grDevices,
    grid,
    scales,
    extrafont,
    knitr,
    rmarkdown,
    htmltools,
    tools,
    magrittr,
    gdtools
RoxygenNote: 7.0.2
VignetteBuilder: knitr
