Displaying 1 result from an estimated 1 matches for "rf_resetstack".
2002 Jun 27
0
1.5.1 docs on handling errors when embedding R ?
Hello all,
I have a system in which I embed R, currently it
is running using 1.3.1 release, and I would like to
upgrade to 1.5.1.
I need to trap and report any errors during evaluation.
Previously I was installing my own ErrorHook to capture
error messages and over-riding jump_now to call
Rf_resetStack(1). I know there has been some massive work
in this area so things have changed (i.e. my old code doesn't
compile ). I am sure I can figure it out by looking
at the code, but are there some docs somewhere about this stuff ?
Thanks,
Bruno
PS: great work, embedding R is so so cool :)
The...