Recent Releases of crayon
crayon - crayon 1.5.3
- The semantics of the
cli.default_num_colorsoptions is now different. It is now used as the default number of colors if the number of colors is not already set by thecli.num_colorsoption, theR_CLI_NUM_COLORSenvironment variable, thecrayon.enabledandcrayon.colorsoptions, theNO_COLORenvironment variable, theknitr.in.progressoption, or asink()call for the stream. This matches the behavior of the cli package.
- R
Published by gaborcsardi about 2 years ago
crayon - crayon v1.5.2
- crayon functions now mark their output with the right encoding, if their input was marked (#136, #138).
- R
Published by gaborcsardi over 2 years ago
crayon - v1.5.0
You can use the new
cli.default_num_colorsoption to set the default number of ANSI colors, only if ANSI support is otherwise detected. See the details in the manual ofnum_ansi_colors(). (From cli.)crayon now install cleanly on R 3.4.x and R 3.5.x on Windows (#131).
- R
Published by gaborcsardi over 4 years ago
crayon - v1.4.0
Overhauled and much improved detection of ANSI color support and number of ANSI colors.
NO_COLORenvironment variable disables color (#64)Now colors are turned on if ANSICON (https://github.com/adoxa/ansicon) is active.
New
hyperlink()function to add hyperlinks to terminal output. The newhas_hyperlink()function tests if the currentstdout()supports this.resetstyle now restores previous style for text following it (@brodieG,35).
Warnings are no longer generated when the INSIDE_EMACS environment variable is set but does not include a version number.
- R
Published by gaborcsardi over 5 years ago