R error: C stack usage 7970960 is too close to the limit

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!

Does this weirdness persist between complete reset of Rstudio (Ctrl+shift+f10) (without reloading workspace etc.)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.