Re: [Rd] Color Coding in R-devel/NEWS

2015-02-18 Thread Dirk Eddelbuettel
On 18 February 2015 at 14:44, Bryan Hanson wrote: | On this feed, which I think is the place we should monitor upcoming changes: | | http://developer.r-project.org/blosxom.cgi/R-devel/NEWS | | What is the significance of the green and pink highlighting? Same as in some code diff tools: green i

Re: [Rd] Color Coding in R-devel/NEWS

2015-02-18 Thread Marc Schwartz
> On Feb 18, 2015, at 1:44 PM, Bryan Hanson wrote: > > On this feed, which I think is the place we should monitor upcoming changes: > > http://developer.r-project.org/blosxom.cgi/R-devel/NEWS > > What is the significance of the green and pink highlighting? > > Thanks, Bryan I stand to be co

Re: [Rd] Color Coding in R-devel/NEWS

2015-02-18 Thread Simon Urbanek
On Feb 18, 2015, at 2:44 PM, Bryan Hanson wrote: > > On this feed, which I think is the place we should monitor upcoming changes: > > http://developer.r-project.org/blosxom.cgi/R-devel/NEWS > > What is the significance of the green and pink highlighting? > It highlights the changes since last

Re: [Rd] Color coding

2007-11-21 Thread Prof Brian Ripley
On Wed, 21 Nov 2007, Gasper Cankar wrote: > I'm probably not the first with this idea so I guess that there's a > complex issue behind it but since I couldn't find an answer I just > though to ask: > > Wouldn't it be nice to have color coded objects as output of ls() > statement? Functions of one

Re: [Rd] Color coding

2007-11-21 Thread Byron Ellis
Unfortunately, the problem is the way the R output is set up---there's no portable way (at the moment) to tag output with different attributes. On Nov 21, 2007 4:11 AM, Gasper Cankar <[EMAIL PROTECTED]> wrote: > I'm probably not the first with this idea so I guess that there's a > complex issue be