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
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide
http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.