Package: colorout 1.3-2
colorout: Colorize R Output on Terminal Emulators
Colorize R output when it is running on a terminal emulator. The functions of this package only work if R is compiled for Unix systems and it is running interactively in a terminal emulator. The terminal must support Select Graphic Rendition (SGR, also known as ANSI escape codes or sequences). The package contains a C library with a function that replaces the default Rstd_WriteConsoleEx which, when enabled, is responsible for printing messages in the Console when R is running in interactive mode. It works with RStudio, but there is no support for Graphical User Interfaces that does not support ANSI colors, such as Windows RGui.
Authors:
colorout_1.3-2.tar.gz
colorout_1.3-2.tgz(r-4.4-x86_64)colorout_1.3-2.tgz(r-4.4-arm64)colorout_1.3-2.tgz(r-4.3-x86_64)colorout_1.3-2.tgz(r-4.3-arm64)
colorout_1.3-2.tar.gz(r-4.5-noble)colorout_1.3-2.tar.gz(r-4.4-noble)
colorout_1.3-2.tgz(r-4.4-emscripten)colorout_1.3-2.tgz(r-4.3-emscripten)
colorout.pdf |colorout.html✨
colorout/json (API)
NEWS
# Install 'colorout' in R: |
install.packages('colorout', repos = c('https://community.r-multiverse.org', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/jalvesaq/colorout/issues
Last updated 2 months agofrom:6eca95213c (on v1.3-2). Checks:OK: 2 WARNING: 4. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 29 2024 |
R-4.5-linux-x86_64 | OK | Oct 29 2024 |
R-4.4-mac-x86_64 | WARNING | Oct 29 2024 |
R-4.4-mac-aarch64 | WARNING | Oct 29 2024 |
R-4.3-mac-x86_64 | WARNING | Oct 29 2024 |
R-4.3-mac-aarch64 | WARNING | Oct 29 2024 |
Exports:addPatternColorOutdeletePatternisColorOutlistPatternsnoColorOutsetOutputColorssetOutputColors256setZeroshow256ColorsunsetZero
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Colorize R output on terminal emulators | colorout-package colorout |
Add custom pattern to be colorized | addPattern |
Colorize R output in terminal emulator | ColorOut |
Delete custom pattern that was being colorized | deletePattern |
Check if colorizing of R output is enabled | isColorOut |
List custom defined patterns that are colorized | listPatterns |
Stop colorizing R output | noColorOut |
Set the Colors to Be Used on R Output | setOutputColors |
Deprecated Function | setOutputColors256 |
Enable colorizing of numbers near zero | setZero |
Create and show a table with 256 colors | show256Colors |
Stop colorizing numbers near zero | unsetZero |