Displaying 1 result from an estimated 1 matches for "rtoplevel".
Did you mean:
toplevel
2009 Apr 14
0
top level condition handlers
...ndlers))
stop("bad handler specification")
.Internal(.addCondHands(classes, handlers, parentenv, NULL,
TRUE))
expr
}
<environment: namespace:base>
but it does not work, probably because the handler stack is reset
somewhere.
Would it work if I poke into the RTopLevel.handlerstack instead of the
R_HandlerStack as .addCondHands is doing ?
R_Toplevel.handlerstack = R_HandlerStack;
R_Toplevel.restartstack = R_RestartStack;
R_GlobalContext = R_ToplevelContext = &R_Toplevel;
Romain
--
Romain Francois
Independent R Consultant
+33(0) 6 28 91 30 30
http://romai...