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
