/usr/lib/R/site-library/crayon/NEWS.md is in r-cran-crayon 1.3.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | # 1.3.1
* Fixed some `R CMD check` problems.
# 1.3.0
* Colors are turned on by default in Emacs ESS 23.x and above.
* Functions to turn on and off a style: `start`, `finish`.
* Really fix `tput` corner cases (@jimhester, #21)
# 1.2.1
* Fix detecting number of colors when `tput` exists, but
fails with an error and/or does not return anything useful.
(@jimhester, #18, #19)
# 1.2.0
* Fix detection of number of colors, it was cached from
installation time (#17).
* Color aware string operations. They are slow and experimental
currently.
# 1.1.0
* `show_ansi_colors()` prints all supported colors on the screen.
* 256 colors, on terminals that support it.
* Disable colors on Windows, they are not supported in the default setup.
# 1.0.0
* First released version.
|