Package: ggcharts Type: Package Title: Get You to Your Desired Plot Faster Version: 0.2.1 Authors@R: c( person("Thomas", "Neitmann", , "r-pkgs@thomasadventure.blog", c("aut", "cre", "cph")), person("Julia", "Silge", role = c("ctb", "cph")), person("David", "Robinson", role = c("ctb", "cph")), person("Rafael", "Silva", role = "ctb"), person("IBM", role = "cph", comment = "IBM Plex Sans"), person("Google", role = "cph", comment = "Open Sans"), person("Cooper Hewitt Smithsonian Design Museum", role = "cph", comment = "Cooper Hewitt") ) Description: Streamlines 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 for creating plots using 'ggplot2'. Depends: R (>= 3.5.0), ggplot2 (>= 3.0.0) Imports: colorspace, dplyr, lifecycle, magrittr, patchwork, rlang, showtext, sysfonts Suggests: gapminder, knitr, lintr, rmarkdown, scales, spelling, tibble, tidyr, testthat (>= 2.1.0) License: MIT + file LICENSE URL: https://thomas-neitmann.github.io/ggcharts/index.html, 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 Language: en-US Config/pak/sysreqs: libfreetype6-dev libpng-dev zlib1g-dev Repository: https://thomas-neitmann.r-universe.dev Date/Publication: 2021-10-04 14:44:17 UTC RemoteUrl: https://github.com/thomas-neitmann/ggcharts RemoteRef: HEAD RemoteSha: fa263d12878ece10d5eadfed26b27e2d233d28b1 NeedsCompilation: no Packaged: 2026-07-03 19:11:43 UTC; root Author: Thomas Neitmann [aut, cre, cph], Julia Silge [ctb, cph], David Robinson [ctb, cph], Rafael Silva [ctb], IBM [cph] (IBM Plex Sans), Google [cph] (Open Sans), Cooper Hewitt Smithsonian Design Museum [cph] (Cooper Hewitt) Maintainer: Thomas Neitmann