rivercode
2011-Mar-09 18:05 UTC
[R] Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
Hi, I am processing tick data and my code has stopped working as I have increased the size of data being processed. Now I am receiving error for basic tasks in RConsole:> a = c(1:1000)Error: evaluation nested too deeply: infinite recursion / options(expressions=)? My R code worked fine with 50 stocks and 500,000 rows per stock, but when I increased this to 50 stocks and 5,000,000 rows per stock the code stopped halfway through with the above error message (Error: Evaluation nested too deeply.....). Now I am getting this error with simple commands in the Console, as per above example. Please advice where I should look to resolve this ? I am using R 2.12.1 64Bit on Windows 7 with memory max at 8Gb. Thanks, Chris -- View this message in context: http://r.789695.n4.nabble.com/Error-evaluation-nested-too-deeply-infinite-recursion-options-expressions-tp3344168p3344168.html Sent from the R help mailing list archive at Nabble.com.
rivercode
2011-Mar-09 18:06 UTC
[R] Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
For further info, I cannot check my memory usage or even use ls() :> memory.limitError: evaluation nested too deeply: infinite recursion / options(expressions=)?> ?memory.limitError: evaluation nested too deeply: infinite recursion / options(expressions=)?> ls()Error: evaluation nested too deeply: infinite recursion / options(expressions=)?>Thanks, Chris -- View this message in context: http://r.789695.n4.nabble.com/Error-evaluation-nested-too-deeply-infinite-recursion-options-expressions-tp3344168p3344170.html Sent from the R help mailing list archive at Nabble.com.
Duncan Murdoch
2011-Mar-10 00:06 UTC
[R] Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
On 11-03-09 1:05 PM, rivercode wrote:> Hi, > > I am processing tick data and my code has stopped working as I have > increased the size of data being processed. Now I am receiving error for > basic tasks in RConsole: > >> a = c(1:1000) > Error: evaluation nested too deeply: infinite recursion / > options(expressions=)?I imagine you've created your own function called c, and it tries to call the regular one, but ends up calling itself. Duncan Murdoch> > My R code worked fine with 50 stocks and 500,000 rows per stock, but when I > increased this to 50 stocks and 5,000,000 rows per stock the code stopped > halfway through with the above error message (Error: Evaluation nested too > deeply.....). > > Now I am getting this error with simple commands in the Console, as per > above example. > > Please advice where I should look to resolve this ? > > I am using R 2.12.1 64Bit on Windows 7 with memory max at 8Gb. > > Thanks, > Chris > > -- > View this message in context: http://r.789695.n4.nabble.com/Error-evaluation-nested-too-deeply-infinite-recursion-options-expressions-tp3344168p3344168.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org 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.
qinmao
2011-Aug-24 08:14 UTC
[R] Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
I think you have change "options(expression = default_value)" you can input the command "options()"in Rconsole" And check the value of the expression. and change the value to 100. Hope you over this problem. -- View this message in context: http://r.789695.n4.nabble.com/Error-evaluation-nested-too-deeply-infinite-recursion-options-expressions-tp3344168p3764732.html Sent from the R help mailing list archive at Nabble.com.
Possibly Parallel Threads
- Recall function: "evaluation nested too deeply: infinite recursion / options(expressions=)?"
- Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
- Fwd: Recall function: "evaluation nested too deeply: infinite recursion / options(expressions=)?"
- evaluation is nested too deeply: infinite recursion?
- 'R CMD check' fails with "evaluation nested too deeply: infinite recursion"