In mono, if a thread from the thread pool uses the REngine, several errors about a limited stack size appear. This is described in section 8.1.5 of http://cran.r-project.org/doc/manuals/R-exts.pdf
One option is to disable the thread checking as described there, or check the stack size in .NET
Comments: I think, and heard back from the R list, that changin R_CStackLimit to -1 is the best way to go, I don't think we are going to beat that...
One option is to disable the thread checking as described there, or check the stack size in .NET
Comments: I think, and heard back from the R list, that changin R_CStackLimit to -1 is the best way to go, I don't think we are going to beat that...