Skip to content
Prev 8247 / 15076 Next

Spinning wheel when running script

On Jul 28, 2011, at 8:32 AM, Rick Johnson wrote:

            
Spinning wheel means that R has entered C code that is not interruptible. It's no different from the Windows version except that Windows GUI doesn't even have the indicator.

If you are running a script (interpreted code), you can interrupt it with <Esc> or the Stop button and there is no spinning wheel.

Cheers,
Simon