Mag. Ferri Leberl
2004-Sep-16 14:52 UTC
[R] There were 50 or more warnings (use warnings() to see the first 50)
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.
Tony Plate
2004-Sep-16 15:35 UTC
[R] There were 50 or more warnings (use warnings() to see the first 50)
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. > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html