Package: ggcharts
Type: Package
Title: Shorten the Distance from Data Visualization Idea to Actual Plot
Version: 0.2.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 (>= 3.5.0), ggplot2
Imports: colorspace, dplyr, lifecycle, magrittr, patchwork, rlang
Suggests: gapminder, knitr, lintr, rmarkdown, scales, spelling, tibble,
        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.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-13 15:29:19 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-05-13 16:00:03 UTC
