I am running some R code that has a recursion depth of 5000 and I get the following error:
Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
Error during wrapup: evaluation nested too deeply: infinite recursion / options(expressions=)?
How do I set the recursion depth in R?
See Question&Answers more detail:os