Re: [R] Very silent R

2011-08-07 Thread khadeeja ismail
Thanks to all who emailed me regarding my problem. options(show.error.messages=TRUE) seems to work now, so as one of you pointed out I suspect a problem with my system. Regrds, Hajja Hi r-help-boun...@r-project.org napsal dne 05.08.2011 15:21:34: khadeeja ismail haj...@yahoo.com Odeslal:

Re: [R] Very silent R

2011-08-07 Thread Liviu Andronic
On Fri, Aug 5, 2011 at 3:54 PM, khadeeja ismail haj...@yahoo.com wrote: other attached packages: [1] Rcmdr_1.6-2 I bet that this is what generates the lack of error messages. Check Rcmdr documentation on how to turn it off. Liviu __

[R] Very silent R

2011-08-05 Thread khadeeja ismail
Dear List, How can I get R to display error messages, for example, if I try to change to a non-existent directory or try to load a library that is not installed? Currently R is very silent. I did fix the problem once using 'options' (show.error.messages, I think), but id doesn't seem to be

Re: [R] Very silent R

2011-08-05 Thread jim holtman
My version of R is not silent: setwd(/notHere) Error in base::setwd(dir) : cannot change working directory library(notHere) Error in library(notHere) : there is no package called 'notHere' Can you give the specific context in which you are using it. On Fri, Aug 5, 2011 at 7:54 AM, khadeeja

Re: [R] Very silent R

2011-08-05 Thread Petr PIKAL
My version of R is not silent: Neither mine library(akima) Error in library(akima) : there is no package called ‘akima’ Regards Petr setwd(/notHere) Error in base::setwd(dir) : cannot change working directory library(notHere) Error in library(notHere) : there is no package called

Re: [R] Very silent R

2011-08-05 Thread khadeeja ismail
My version of R is not silent: setwd(/notHere) Error in base::setwd(dir) : cannot change working directory library(is notHere) Error in library(notHere) : there is no package called 'notHere' That is the exact problem. If I type the above commands, R says nothing and just displays the

Re: [R] Very silent R

2011-08-05 Thread Sarah Goslee
Well, that's enough to establish that it's a problem with your system, not with R. What happens if you do: options(show.error.messages=TRUE) What is your sessionInfo() ? We need more information to be able to have any chance of helping. On Fri, Aug 5, 2011 at 9:21 AM, khadeeja ismail

Re: [R] Very silent R

2011-08-05 Thread jim holtman
You need to provide some more information: what version of R are you using, what is your operating system, what does sessionInfo() show. Have you tried starting up a vanilla version of R to see if there is something interferring. On Fri, Aug 5, 2011 at 9:21 AM, khadeeja ismail haj...@yahoo.com

Re: [R] Very silent R

2011-08-05 Thread Petr PIKAL
Hi r-help-boun...@r-project.org napsal dne 05.08.2011 15:21:34: khadeeja ismail haj...@yahoo.com Odeslal: r-help-boun...@r-project.org My version of R is not silent: setwd(/notHere) Error in base::setwd(dir) : cannot change working directory library(is notHere) Error in

Re: [R] Very silent R

2011-08-05 Thread khadeeja ismail
Hi, I'm using R-2.13.1 (2011-07-08) on Ubuntu. I have tried options(show.error.messages=TRUE), but no change. options(show.error.messages) options(show.error.messages) $show.error.messages [1] TRUE Here is the session info: sessionInfo() R version 2.13.1 (2011-07-08) Platform:

Re: [R] Very silent R

2011-08-05 Thread Michael Sumner
Does the problem persist in a fresh session? I have seen this in Windows R during long running sessions, but not found anything repeatable or that was not fixed by restarting R. Mike On Friday, August 5, 2011, khadeeja ismail haj...@yahoo.com wrote: Hi, I'm using R-2.13.1 (2011-07-08) on

Re: [R] Very silent R

2011-08-05 Thread jim holtman
Run it without any packages loaded (--vanilla) to see if it happens. On Fri, Aug 5, 2011 at 9:54 AM, khadeeja ismail haj...@yahoo.com wrote: Hi, I'm using R-2.13.1 (2011-07-08) on Ubuntu. I have tried options(show.error.messages=TRUE), but no change. options(show.error.messages)