Re: [R] Error: evaluation nested too deeply: infinite recursion / options(expressions=)?

2006-06-29 Thread Uwe Ligges
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

[R] Error: evaluation nested too deeply: infinite recursion / options(expressions=)?

2006-06-28 Thread Aarti Dahiya
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. I read related posts. It said the solution is to set options(expressions = 1000). I wanted to know where in my code