🖍️ R package for colored terminal output — now superseded by cli
R
Crayon is an R package for adding color and text styling to terminal output. It provides functions to apply ANSI formatting like colors, bold, underline, and background colors to console text.
The package automatically detects ANSI color support and makes it easy to combine multiple styles using operators like $ and %+%. It supports standard ANSI colors plus 256-color palettes on modern terminals, with automatic fallback for simpler terminals. Note that crayon is now superseded by the cli package, though it continues to receive bug fixes.