Try putting options(warn=1) at the start of your R code.

This should cause the warnings to be printed as they occur, instead of the default of being saved up until the top-level command terminates.

See ?warning and ?option.

-- Tony Plate

At Thursday 08:52 AM 9/16/2004, Mag. Ferri Leberl wrote:
I employ R in the Slave-Mode.
The slave returns me the following feedback:

There were 50 or more warnings (use warnings() to see the first 50)

I have found no way so far to get the warnings viewed. Which command would be
appropriate? warnings() (without an argument) returns NULL.
Thank you in advance.

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to