Hi,
Is it possible to kill / force quit Rdaemon calculations? Currently, I always force quit textmate, which sometimes is devastating if I haven't properly saved my document before.
So for example if I execute this code via the Rdaemon – how can I stop it? :)
i <- FALSE
while(i == FALSE) {
print('HELP')
}