Package: ggcharts
Type: Package
Title: Shorten the Distance from Data Visualization Idea to Actual Plot
Version: 0.2.1
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 (>= 3.0.0)
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-19 20:11:18 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-20 00:40:02 UTC
Built: R 4.1.0; ; 2021-05-27 10:52:33 UTC; unix
