I tried to compute for simple exponential function in my R studio as,
> exp(1)
And I received following error message as follows,
Error: C stack usage 7970960 is too close to the limit
Now I can't run any exponential computing in R studio 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? Thank you!