[R] warnings()

Gabor Grothendieck ggrothendieck at gmail.com
Mon Aug 6 16:54:30 CEST 2007


Try this:

options(warn=2) # warnings are converted to errors
# rerun your software and at the warning it will stop with an error
traceback()


On 8/6/07, javier garcia-pintado <jgarcia at ija.csic.es> wrote:
> Hi,
> Is there a way to know which library is giving a warning?
> Specifically, I'm getting a set of warnings:
>
> "Too many open raster files"
>
> Thanks and best wishes,
>
> --
> Javier García-Pintado
> Institute of Earth Sciences Jaume Almera (CSIC)
> Lluis Sole Sabaris s/n, 08028 Barcelona
> Phone: +34 934095410
> Fax:   +34 934110012
> e-mail:jgarcia at ija.csic.es
>
>
> ______________________________________________
> 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
> and provide commented, minimal, self-contained, reproducible code.
>
>



More information about the R-help mailing list