Skip to content

How to cancel a R function in the command line?

5 messages · Rui Esteves, Tsjerk Wassenaar, Uwe Ligges

#
On 20.10.2011 19:22, Rui Esteves wrote:
Perhaps you arfe using a function that calls compiled code that does not 
look for user interrupts?

try it on

repeat{1+1}

...

Uwe Ligges