Ritch Melton

Results 46 comments of Ritch Melton

I don't think you are trying to blame or anything and I'm just trying to help, but there are some limitations with how R.Net sends the R code to the...

RDotNet.Graphics is for creating graphics devices used by R. There's nothing WinForms specific, or anything that precludes from using it in WPF. I've implemented a svg device and a png...

I I'd have to look at the onboarding project and find some time. You just want to embed the plots? As an alternative to RDotNet, have you thought about using...

....I wish we had a gitter room for discussions like this.

Ok, I'd argue that serializing to disk probably isn't slow. RStudio uses that technique for its plots and serving them from its backend via http requests. If I can get...

Ok, I see where you said you couldn't reproduce it in a standalone app. Could it be related to something you are doing with threading, ie: passing an R object...

Ok, good to know. Does the call stack have any useful details? Have you tried the mingw debugger to see whats happening on the R side?

That's somewhat inaccurate. You are correct that you can't get at a first chance exception with a try/ctach block, but you can catch StackOverflow's, but you have to use windbg...

Info on using windbg to diagnose a stackoverflow exception: http://blogs.msdn.com/b/spike/archive/2011/11/04/how-to-create-a-stackoverflowexception-and-how-to-figure-out-where-it-is-happening.aspx

I think that looking into this issue is unlikely given the complexity of getting a debug environment configured and operational (compiled R, windbg, gdb on windows, etc...). We host the...