search for: rf_killalldevices

Displaying 1 result from an estimated 1 matches for "rf_killalldevices".

2012 Aug 20
0
Problem with initializiing R main loop under Windows (R.dll-version: 2.15.1)
...valuation: // run_Rmainloop (); while ((_state== Connected || _state == Running) && R_ReplDLLdo1() > 0) { Pi::msleep(5); // to keep the processor cool }; // Usually we don't get here on q() R_RunExitFinalizers(); Rf_KillAllDevices(); } This, however is mostly adapted from 'writing R extensions'. Nonetheless, this way I receive an abnormal program termination whenever an error occurs in the evaluation of code returned from 'RReadConsoleWin'. I'm pretty sure that there is no problem in my code, s...