This is the first release of the xterm256 package. xterm256 is a small package that takes advantage of the 256 color mode of xterm, enabling use of foreground and background colors in the R console. The package exposes one function "style" that takes three arguments: - (x) the text to style - (bg) the background color to use - (fg) the foreground color to use The color might be specified as an number between 0 and 255 (see http://frexx.de/xterm-256-notes/), as classic hex notation ( "#ff0000" ) or as an R color ("red"). Note that the color specified is mapped to the closest color of the 256 colors using an euclidean distance in the RGB space. The package is maintained at r-forge as part of the highlight project: http://r-forge.r-project.org/projects/highlight/ and welcomes requests (feature requests, bug requests, ...) though its tracker : http://r-forge.r-project.org/tracker/?group_id=384 See also this post on my blog: http://romainfrancois.blog.free.fr/index.php?post/2009/04/18/Colorful-terminal%3A-the-R-package-%22xterm256%22 Romain -- Romain Francois Independent R Consultant +33(0) 6 28 91 30 30 http://romainfrancois.blog.free.fr _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages