I tried to compute a simple exponential function in RStudio as,
> exp(1)
And I received following error message:
Error: C stack usage 7970960 is too close to the limit
Now I can't run any exponential computing in RStudio anymore but last night it was all good! I tried to do it in regular R and it works. So weird. I tried to expand the limit in terminal (I am using Mac) but that seems not to stay permanent..
What happens to computation? Does anyone know how to remove this error?