Quantcast

stop current computation does not work?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

stop current computation does not work?

LosemindL
Press "ESC" is supposed to be able to stop the current computation... but
often times it does not really work... I had to kill the R process to stop
and restart the session...

What is a good way to stop/cancel the current computation?

        [[alternative HTML version deleted]]

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: stop current computation does not work?

LosemindL
I am using Windows XP... Ctrl-C or Break does not stop the computation in
R...

On 5/16/06, Berton Gunter <[hidden email]> wrote:

>
> This is usually an OS issue (you did not tell us what OS you are on), but
> it's usually ctrl-C or Break not esc that does it, I think.
>
>
> -- Bert
>
>
> > -----Original Message-----
> > From: [hidden email]
> > [mailto:[hidden email]] On Behalf Of Michael
> > Sent: Tuesday, May 16, 2006 4:04 PM
> > To: [hidden email]
> > Subject: [R] stop current computation does not work?
> >
> > Press "ESC" is supposed to be able to stop the current
> > computation... but
> > often times it does not really work... I had to kill the R
> > process to stop
> > and restart the session...
> >
> > What is a good way to stop/cancel the current computation?
> >
> >       [[alternative HTML version deleted]]
> >
> > ______________________________________________
> > [hidden email] mailing list
> > https://stat.ethz.ch/mailman/listinfo/r-help
> > PLEASE do read the posting guide!
> > http://www.R-project.org/posting-guide.html
> >
>
>

        [[alternative HTML version deleted]]

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: stop current computation does not work?

Gábor Csárdi-2
Also this may depend on the package you're using. For some functions in some
packages ctrl+c (or anything else) does not work. This is because C code
cannot be interrupted unless it is written with some care, and there are
some packages which do not support interruption. At least my igraph package
is such, so there is at least one of them.  :) or rather :(

Gabor

On Tue, May 16, 2006 at 05:03:17PM -0700, Michael wrote:

> I am using Windows XP... Ctrl-C or Break does not stop the computation in
> R...
>
> On 5/16/06, Berton Gunter <[hidden email]> wrote:
> >
> > This is usually an OS issue (you did not tell us what OS you are on), but
> > it's usually ctrl-C or Break not esc that does it, I think.
> >
> >
> > -- Bert
> >
> >
> > > -----Original Message-----
> > > From: [hidden email]
> > > [mailto:[hidden email]] On Behalf Of Michael
> > > Sent: Tuesday, May 16, 2006 4:04 PM
> > > To: [hidden email]
> > > Subject: [R] stop current computation does not work?
> > >
> > > Press "ESC" is supposed to be able to stop the current
> > > computation... but
> > > often times it does not really work... I had to kill the R
> > > process to stop
> > > and restart the session...
> > >
> > > What is a good way to stop/cancel the current computation?
> > >
> > >       [[alternative HTML version deleted]]
> > >
> > > ______________________________________________
> > > [hidden email] mailing list
> > > https://stat.ethz.ch/mailman/listinfo/r-help
> > > PLEASE do read the posting guide!
> > > http://www.R-project.org/posting-guide.html
> > >
> >
> >
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

--
Csardi Gabor <[hidden email]>    MTA RMKI, ELTE TTK

______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Loading...