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

Tony Plate tplate at blackmesacapital.com
Thu Sep 16 17:35:44 CEST 2004


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




More information about the R-help mailing list