Error: C stack usage is too close to the limit

Error: C stack usage is too close to the limit

While using Rstudio on macOS Mojave (version 10.14.6) to work with R, I recently ran across the following problem.

final image

In order to fix the error, I deleted the .Rprofile. You can erase everything in the “.Rprofile” by using the commands listed below.

file.edit(file.path("~", ".Rprofile")) 
file.edit(".Rprofile")

Related