Package: ggwizard Title: Create Beautiful ggplot2 Charts Without Coding Version: 0.1.0 Authors@R: person(given = "Ebenezer", family = "Ogoe", role = c("aut", "cre"), email = "ebenezerogoe@gmail.com") Description: A point-and-click Shiny application that guides non-programmers through importing CSV or Excel data, previewing it, and generating publication-quality ggplot2 charts. Supports bar, line, scatter, time series, histogram, box, violin, and area plots with full customisation of labels, themes, colours, and font styles. Outputs are saved to a timestamped folder along with a reproducible R script and a run log. License: MIT + file LICENSE URL: https://github.com/ebenogoe/ggwizard BugReports: https://github.com/ebenogoe/ggwizard/issues Depends: R (>= 4.1.0) Imports: bsicons, bslib (>= 0.5.0), DT, fontawesome, fs, ggplot2, golem (>= 0.5.1), htmlwidgets, plotly, readr, readxl, rlang, shiny (>= 1.7.0), shinybusy, shinyFiles, shinyjs, shinyWidgets, stats, utils Suggests: testthat (>= 3.0.0) Encoding: UTF-8 Language: en-US RoxygenNote: 7.3.3 Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://ebenogoe.r-universe.dev Date/Publication: 2026-06-26 00:49:08 UTC RemoteUrl: https://github.com/ebenogoe/ggwizard RemoteRef: main RemoteSha: de47a0ff534cd6fc5ae878bb9e8493fef022835b NeedsCompilation: no Packaged: 2026-06-26 02:47:08 UTC; root Author: Ebenezer Ogoe [aut, cre] Maintainer: Ebenezer Ogoe