Page 1 of 1

Error: evaluation nested too deeply:

Posted: Tue Oct 18, 2016 12:20 pm
by adeldaoud
Hi

I am getting the following error wehn I try to print the following object result.l_imf.lpm (a list of R2mlwin objects).

Code: Select all

> result.l_imf.lpm
[[1]]
Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
Error during wrapup: evaluation nested too deeply: infinite recursion / options(expressions=)?
> result.l_imf.lpm[[1]]
works ok!
I am getting this error only sometimes which seems to indicate that it depends on the order in which I am loading various packages into my R environment. Any clues?

I can still call the elements of the list by result.l_imf.lpm[[1]] etc., which works fine.

Thanks in advance