chartql: Simplified Language for Plots and Charts

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".

Version: 0.1.0
Imports: ggplot2 (≥ 2.1.0), stringr, stats
Published: 2019-04-04
Author: Rohail Syed [aut, cre]
Maintainer: Rohail Syed <rohailsyed at gmail.com>
License: GPL-3
URL: https://github.com/rmsyed/chartql
NeedsCompilation: no
Materials: README
CRAN checks: chartql results

Documentation:

Reference manual: chartql.pdf

Downloads:

Package source: chartql_0.1.0.tar.gz
Windows binaries: r-devel: chartql_0.1.0.zip, r-release: chartql_0.1.0.zip, r-oldrel: chartql_0.1.0.zip
macOS binaries: r-release (arm64): chartql_0.1.0.tgz, r-oldrel (arm64): chartql_0.1.0.tgz, r-release (x86_64): chartql_0.1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=chartql to link to this page.