Re: [R] fatal error unable to restore saved data in .rdata

2010-01-23 Thread Patrick Burns
And once you've renamed the file and started R, it might be worth a try to see if you can 'attach' the file. On 23/01/2010 17:22, Duncan Murdoch wrote: On 23/01/2010 10:56 AM, Badaoui, Saad wrote: Dear R help team, I am trying to open R to continue my analysis but it doesn't want to open and I

Re: [R] fatal error unable to restore saved data in .rdata

2010-01-23 Thread Duncan Murdoch
On 23/01/2010 10:56 AM, Badaoui, Saad wrote: Dear R help team, I am trying to open R to continue my analysis but it doesn't want to open and I get this message "fatal error unable to restore saved data in .rdata". I don't know what went wrong ( iam using Windows). Could you please help me on t

Re: [R] Fatal error: unable to restore saved data in .RData

2008-10-10 Thread Luke Tierney
On Fri, 10 Oct 2008, Thompson, David (MNR) wrote: Hello, I may have found the problem, although I don't understand it. When I commented out the following line in my Rprofile.site file the problem _seemed_ to disappear. # ans as shorthand for .Last.value # makeActiveBinding("ans"

Re: [R] Fatal error: unable to restore saved data in .RData

2008-10-10 Thread Luke Tierney
If you are able to create a .Rdata file for which this fails can you record the last few commands before you create the .Rdata file? luke On Fri, 10 Oct 2008, Thompson, David (MNR) wrote: Hello, I am unable to start an R session by double-clicking on an existing .RData file from the Windoze

Re: [R] Fatal error: unable to restore saved data in .RData

2008-10-10 Thread Thompson, David (MNR)
Hello, I may have found the problem, although I don't understand it. When I commented out the following line in my Rprofile.site file the problem _seemed_ to disappear. # ans as shorthand for .Last.value # makeActiveBinding("ans", function() .Last.value, .GlobalEnv) I decided to d