# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "colorout" in publications use:' type: software license: GPL-2.0-or-later title: 'colorout: Colorize R Output on Terminal Emulators' version: 1.3-2 abstract: 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: - family-names: Aquino given-names: Jakson Alves name-particle: de email: jalvesaq@gmail.com - family-names: Aquino given-names: Jakson - family-names: Couturier given-names: Dominique-Laurent repository: https://r-multiverse-staging.r-universe.dev repository-code: https://github.com/jalvesaq/colorout commit: 6eca95213c6cb2fae1c2c4eaccf43de4c93a65b5 url: https://github.com/jalvesaq/colorout date-released: '2024-09-29' contact: - family-names: Aquino given-names: Jakson Alves name-particle: de email: jalvesaq@gmail.com