-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 1.03 KB
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: plotcli
Title: Command Line Interface Plotting
Version: 0.3.0
Date: 2026-02-08
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, heatmaps, 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
27 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: no
RoxygenNote: 7.3.2
Config/testthat/edition: 3