Package: ggx Type: Package Title: A Natural Language Interface to 'ggplot2' Version: 0.1.3 Authors@R: c(person("Andreas M.", "Brandmaier", email = "andy@brandmaier.de", role = c("aut", "cre")),person("Cyrus","Eosphoros", email="cyrus.eosphoros@gmail.com", role = c("ctb"))) Description: The 'ggplot2' package is the state-of-the-art toolbox for creating and formatting graphs. However, it is easy to forget how certain formatting commands are named and sometimes users find themselves asking: How do you rotate the x-axis labels again? Or how do you hide the legend...? This package allows users to issue natural language commands related to theme-related styling of plots (colors, font size and such), which then are translated into valid 'ggplot2' commands. License: GPL-3 Encoding: UTF-8 Imports: sets, ggplot2 RoxygenNote: 7.1.1 VignetteBuilder: knitr Suggests: knitr, rmarkdown, markdown, stringr, tidyverse Repository: https://brandmaier.r-universe.dev Date/Publication: 2022-10-25 11:49:13 UTC RemoteUrl: https://github.com/brandmaier/ggx RemoteRef: HEAD RemoteSha: 47885c1a69aba4a7c6ad0258cd3fd0a46404cd91 NeedsCompilation: no Packaged: 2026-06-10 09:04:47 UTC; root Author: Andreas M. Brandmaier [aut, cre], Cyrus Eosphoros [ctb] Maintainer: Andreas M. Brandmaier