Package: chartql
Type: Package
Title: Simplified Language for Plots and Charts
Version: 0.1.0
Imports: ggplot2 (>= 2.1.0), stringr, stats
Maintainer: Rohail Syed <rohailsyed@gmail.com>
Authors@R: person("Rohail", "Syed", email = "rohailsyed@gmail.com", role = c("aut", "cre"))
Description: Provides a very simple syntax for the user to generate custom plot(s) without having to remember complicated 'ggplot2' syntax. The 'chartql' package uses 'ggplot2' and manages all the syntax complexities internally. As an example, to generate a bar chart of company sales faceted by product category further faceted by season of the year, we simply write: "CHART bar X category, season Y sales".
License: GPL-3
Encoding: UTF-8
URL: https://github.com/rmsyed/chartql
LazyData: true
NeedsCompilation: no
Packaged: 2019-04-01 18:46:44 UTC; rohailsyed
Author: Rohail Syed [aut, cre]
Repository: CRAN
Date/Publication: 2019-04-04 15:40:03 UTC
Built: R 4.5.2; ; 2025-11-08 03:27:57 UTC; windows
