Re: [Rd] calling handlers within R_tryEval

2009-06-16 Thread Romain Francois
Hi, If there is something I can do to push up this one, let me know. Romain l...@stat.uiowa.edu wrote: Not at present. It would be nice to have at least a mechanism for C level exiting handlers (which is what the cend ones are intended to be) but it hasn't risen high enough on my to do list

Re: [Rd] calling handlers within R_tryEval

2009-06-16 Thread luke
Not at present. It would be nice to have at least a mechanism for C level exiting handlers (which is what the cend ones are intended to be) but it hasn't risen high enough on my to do list yet to get done. luke On Tue, 16 Jun 2009, Romain Francois wrote: Hello, When using R_tryEval (from JR

[Rd] calling handlers within R_tryEval

2009-06-16 Thread Romain Francois
Hello, When using R_tryEval (from JRI in my case), is there a way to setup error recovery strategy and more generally calling handlers. From my reading of context.c, R_tryEval calls R_ToplevelExec which creates a context like this: begincontext(&thiscontext, CTXT_TOPLEVEL, R_NilValue, R_G