Package: colorout 1.3-3
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-3.tar.gz
colorout_1.3-3.tgz(r-4.5-x86_64)colorout_1.3-3.tgz(r-4.5-arm64)colorout_1.3-3.tgz(r-4.4-x86_64)colorout_1.3-3.tgz(r-4.4-arm64)
colorout_1.3-3.tar.gz(r-4.6-arm64)colorout_1.3-3.tar.gz(r-4.6-x86_64)colorout_1.3-3.tar.gz(r-4.5-arm64)colorout_1.3-3.tar.gz(r-4.5-x86_64)
colorout_1.3-3.tgz(r-4.5-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 from:15ff0be4a3 (on v1.3-3). Checks:7 OK, 2 NOTE, 4 WARNING. Indexed: no.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 107 | |
| linux-devel-x86_64 | NOTE | 99 | |
| source / vignettes | OK | 131 | |
| linux-release-arm64 | OK | 117 | |
| linux-release-x86_64 | OK | 103 | |
| macos-release-arm64 | WARNING | 114 | |
| macos-release-x86_64 | WARNING | 165 | |
| macos-oldrel-arm64 | WARNING | 103 | |
| macos-oldrel-x86_64 | WARNING | 175 | |
| windows-devel | NOTE | 46 | |
| windows-release | OK | 48 | |
| windows-oldrel | OK | 49 | |
| wasm-release | OK | 90 |
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 |
