Re: [R] How to print colorful R output??

2010-12-13 Thread Greg Snow
One possibility, though not as simple as what you ask for, is to use etxtStart 
and friends from the TeachingDemos package.

Other possibilities include using gui interfaces to R, possibilities (though 
they may do more than you ask, and color might be different) include emacs/ess; 
vim; jgr; and others.

-- 
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111


 -Original Message-
 From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
 project.org] On Behalf Of casperyc
 Sent: Sunday, December 12, 2010 12:59 PM
 To: r-help@r-project.org
 Subject: Re: [R] How to print colorful R output??
 
 
 Hi All,
 
 My aim is actually not that complicated as you guys understand.
 
 What I want is this,
 
 when I print it by clicking
 
 File-- Print...
 
 It gaves me a black white output.
 
 But what I want is
 
 'red', for all the codes i typed in,
 'blue', for the R output,
 
 just like the console.
 
 Thanks!
 
 (I am using windows xp)
 
 casper
 --
 View this message in context: http://r.789695.n4.nabble.com/How-to-
 print-colorful-R-output-tp3082750p3084578.html
 Sent from the R help mailing list archive at Nabble.com.
 
 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-
 guide.html
 and provide commented, minimal, self-contained, reproducible code.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to print colorful R output??

2010-12-12 Thread casperyc

Hi All,

My aim is actually not that complicated as you guys understand.

What I want is this,

when I print it by clicking 

File-- Print...

It gaves me a black white output.

But what I want is

'red', for all the codes i typed in,
'blue', for the R output,

just like the console.

Thanks!

(I am using windows xp)

casper
-- 
View this message in context: 
http://r.789695.n4.nabble.com/How-to-print-colorful-R-output-tp3082750p3084578.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to print colorful R output??

2010-12-11 Thread Liviu Andronic
Hello

On Fri, Dec 10, 2010 at 10:53 PM, casperyc caspe...@hotmail.co.uk wrote:
 I wonder if there is a way to print the R output with COLOR?
 Not the color plots, but the outputs in the console.

I once asked for this on the list [1], and the are two points:
- although technically feasible, say using ncurses, there are
currently no facilities for automated formatting of input/output
- go for editors that do this automatically, say Emacs or JGR

Regards
Liviu

[1] http://www.mail-archive.com/r-help@r-project.org/msg86512.html

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] How to print colorful R output??

2010-12-10 Thread casperyc

Hi All,

I wonder if there is a way to print the R output with COLOR?
Not the color plots, but the outputs in the console.

Thank.

casper
-- 
View this message in context: 
http://r.789695.n4.nabble.com/How-to-print-colorful-R-output-tp3082750p3082750.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to print colorful R output??

2010-12-10 Thread Yihui Xie
Yes (depending on what you mean by output), but maybe there is a
long way to go. The vignette of the Rd2roxygen package is an example:
http://cran.r-project.org/web/packages/Rd2roxygen/vignettes/Rd2roxygen.pdf

It makes use of the highlight package and Sweave to output colored
code. If the style of the above vignette is what you want, more
details are here:
http://yihui.name/en/2010/10/how-to-start-using-pgfsweave-in-lyx-in-one-minute/

Regards,
Yihui
--
Yihui Xie xieyi...@gmail.com
Phone: 515-294-2465 Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA



On Fri, Dec 10, 2010 at 3:53 PM, casperyc caspe...@hotmail.co.uk wrote:

 Hi All,

 I wonder if there is a way to print the R output with COLOR?
 Not the color plots, but the outputs in the console.

 Thank.

 casper
 --
 View this message in context: 
 http://r.789695.n4.nabble.com/How-to-print-colorful-R-output-tp3082750p3082750.html
 Sent from the R help mailing list archive at Nabble.com.

 __
 R-help@r-project.org mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.


__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.