Re: [R] problem quitting

2013-04-10 Thread peter dalgaard
; > >> On Apr 3, 2013, at 23:58 , Julian Wells wrote: >> >>> Can someone explain why all of a sudden I can't quit? >> >> Almost certainly because you have a .Last function that fails. Either get >> rid of it, or try q("n", runLast=FALSE). &

Re: [R] problem quitting

2013-04-10 Thread Julian Wells
-- > > Message: 6 > Date: Thu, 04 Apr 2013 12:33:24 +0100 > From: Prof Brian Ripley > To: r-help@r-project.org > Subject: Re: [R] Problem quitting > Message-ID: <515d6504.4070...@stats.ox.ac.uk> > Content-Type: text/plain; charset=ISO-8859-1

Re: [R] Problem quitting

2013-04-04 Thread peter dalgaard
On Apr 4, 2013, at 13:33 , Prof Brian Ripley wrote: > On 04/04/2013 12:17, peter dalgaard wrote: >> >> On Apr 3, 2013, at 23:58 , Julian Wells wrote: >> >>> Can someone explain why all of a sudden I can't quit? >> >> Almost certainly because you have a .Last function that fails. Either get >>

Re: [R] Problem quitting

2013-04-04 Thread Prof Brian Ripley
On 04/04/2013 12:17, peter dalgaard wrote: On Apr 3, 2013, at 23:58 , Julian Wells wrote: Can someone explain why all of a sudden I can't quit? Almost certainly because you have a .Last function that fails. Either get rid of it, or try q("n", runLast=FALSE). I don't think so. This seems

Re: [R] Problem quitting

2013-04-04 Thread peter dalgaard
On Apr 3, 2013, at 23:58 , Julian Wells wrote: > Can someone explain why all of a sudden I can't quit? Almost certainly because you have a .Last function that fails. Either get rid of it, or try q("n", runLast=FALSE). -pd > >> q("n") returns > > Error in gzfile(file, "wb") : cannot open th

[R] Problem quitting

2013-04-03 Thread Julian Wells
Can someone explain why all of a sudden I can't quit? >q("n") returns Error in gzfile(file, "wb") : cannot open the connection In addition: Warning message: In gzfile(file, "wb") : cannot open compressed file '.RDataTmp', probable reason 'Permission denied' I'm running R 2.15.3 GUI 1.53 Leopa