Package: ggcharts
Type: Package
Title: Shorten the Distance from Data Visualization Idea to Actual Plot
Version: 0.1.0
Authors@R: c(
    person("Thomas", "Neitmann", , "th.neitmann@gmail.com", c("aut", "cre")),
    person("Julia", "Silge", role = c("ctb", "cph")),
    person("David", "Robinson", role = c("ctb", "cph"))
    )
Description: Streamline the creation of common charts by taking care of a lot of
    data preprocessing and plot customization for the user. Provides a
    high-level interface to create plots using 'ggplot2'.
Depends: R (>= 2.10), ggplot2
Imports: dplyr, magrittr, patchwork, rlang
Suggests: gapminder, knitr, rmarkdown, tidyr, testthat (>= 2.1.0),
        vdiffr
License: MIT + file LICENSE
URL: https://github.com/thomas-neitmann/ggcharts
BugReports: https://github.com/thomas-neitmann/ggcharts/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-24 18:27:16 UTC; neitmant
Author: Thomas Neitmann [aut, cre],
  Julia Silge [ctb, cph],
  David Robinson [ctb, cph]
Maintainer: Thomas Neitmann <th.neitmann@gmail.com>
Repository: CRAN
Date/Publication: 2020-03-26 17:00:03 UTC
