search for: comerg

Displaying 2 results from an estimated 2 matches for "comerg".

Did you mean: comers
2009 Jan 08
1
Callbacks seems to get GCed.
...}"); r_exec("x(function() { print(\"A\"); })"); r_exec("y(function() { print(\"B\"); })"); for (i = 0; i < 100000; i++) { r_trigger_callback1(); r_trigger_callback2(); } Rf_endEmbeddedR(0); } -- Bernd Schoeller, PhD, CTO Comerge AG, Technoparkstrasse 1, CH-8055 Zurich, www.comerge.net
2008 May 14
1
Reset an embedded R.dll
Dear List, I am learning how to use the R.dll unter Windows to embed an R interpreter into another programming language. What I would like to know, and I have not yet found an answer in the documentation: is there a way to 'reset' the interpreter to bring it to the state that it was directly after the call of the initialization routine? Thanks for any hints, Bernd