Aarti Dahiya wrote: > I am getting this error:- Error: evaluation nested too deeply: infinite > recursion / options(expressions=)? The reason is probbaly because I am > calling methods within methods.
Maybe at some point you get an infinite recursion because you forgot to "unclass" something? > I read related posts. It said the solution is to set options(expressions = > 1000). I wanted to know where in my code or system to set > options(expressions = 1000)? Bewore you start the problematic code, but probably you really have infinite recursion .... Uwe Ligges > Thanks. > > Aarti > > ______________________________________________ > [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
