Re: [R] R console colours (R profile)

2015-01-13 Thread Ingrid Charvet
Charvet; Sarah Goslee Cc: r-help@r-project.org Subject: Re: [R] R console colours (R profile) On 13/01/2015 2:52 AM, Ingrid Charvet wrote: > Thanks for your reply Sarah. > I am using R on Windows 7 professional, 64-bit-OS (on my local machine). > > setOutputColors doesn’t work in Windo

Re: [R] R console colours (R profile)

2015-01-13 Thread Duncan Murdoch
... > > -Original Message- > From: Sarah Goslee [mailto:sarah.gos...@gmail.com] > Sent: 12 January 2015 19:12 > To: Ingrid Charvet > Cc: r-help@r-project.org > Subject: Re: [R] R console colours (R profile) > > I think you're setting the colors incorrectly. My

Re: [R] R console colours (R profile)

2015-01-13 Thread Ingrid Charvet
:sarah.gos...@gmail.com] Sent: 12 January 2015 19:12 To: Ingrid Charvet Cc: r-help@r-project.org Subject: Re: [R] R console colours (R profile) I think you're setting the colors incorrectly. My understanding from reading the package docs is that you use setOutputColors to do so, and n

Re: [R] R console colours (R profile)

2015-01-12 Thread Sarah Goslee
I think you're setting the colors incorrectly. My understanding from reading the package docs is that you use setOutputColors to do so, and not the options() approach. There are no options for background etc that I'm aware of. Does that work if you run it in an interactive session instead? See ?se

[R] R console colours (R profile)

2015-01-12 Thread Ingrid Charvet
Hello R users, I would like to set defaults text and background colours of my R console using R profile (to load automatically each time I start a new session) So far my R profile is set up like this: if(interactive()) { suppressWarnings(require(colorout,quietly=T)) message("successfully loaded