Package: plotcli
Title: Command Line Interface Plotting
Version: 0.2.0
Date: 2025-11-27
Authors@R: c(person("Claas", "Heuer", role = c("aut", "cre"), email = "claasheuer@gmail.com"))
Description: The 'plotcli' package provides terminal-based plotting in R.
             It supports colored scatter plots, line plots, bar plots, boxplots, 
             histograms, density plots, and more. The 'ggplotcli()' function is a 
             universal converter that renders any 'ggplot2' plot in the terminal 
             using Unicode Braille characters or ASCII. Features include support for 
             15+ geom types, faceting (facet_wrap/facet_grid), automatic theme 
             detection, legends, optimized color mapping, and multiple canvas types.
License: LGPL-3
URL: https://github.com/cheuerde/plotcli
Encoding: UTF-8
VignetteBuilder: knitr
Depends: R6, ggplot2
Imports: crayon, stringr, rlang, grDevices, stats
Suggests: testthat (>= 3.0.0), knitr, rmarkdown
NeedsCompilation: yes
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Packaged: 2025-11-27 10:22:04 UTC; root
Author: Claas Heuer [aut, cre]
Maintainer: Claas Heuer <claasheuer@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-27 10:40:02 UTC
Built: R 4.4.3; ; 2025-11-30 20:56:44 UTC; unix
