Skip to content
Prev 4353 / 15075 Next

hang on use of ESC in R 2.6.2

The way to get control over ESS if you are stuck in a big loop is to do
   C-g
Then R will run happily and you can continue writing in other  
buffers. You will not be able to stop the process short of actually  
killing R - if you do for example
   C-c C-c
which sends an interrupt, R will not process it - the same  
explanation holds true as for the GUI stuff.

Kasper
On Feb 12, 2008, at 12:11 PM, John Maindonald wrote: