Hi, On Tue, May 18, 2010 at 10:51 AM, <gbre...@ssc.wisc.edu> wrote: > Hi, all. > > I have R installed in my computer. I guess I did something in my previous > session, and now every time I start R, I find the following message: > > "Fatal error: unable to restore saved data in .RData" > > I uninstalled R and installed it again and I'm still getting this message. > > Can anyone help me?
It looks like you have an .Rdata file that is corrupt -- you just have to remove it. When you quit R, you should have noticed a prompt that asks you if you want to "Save workspace image". When answer "yes", it will save your workspace into an ".RData" file. Anyway, it's not a problem with your R install, which is why reinstalling R didn't work, you just have to remove this file. Without any more details with respect to how you launched R, what type of cpu you have, etc., my first guess would be that this file resides in your home directory. -steve -- Steve Lianoglou Graduate Student: Computational Systems Biology | Memorial Sloan-Kettering Cancer Center | Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.