Hi list! I have recently tried to take my office work home, meaning that I tried to transfer my "... .RData" workspace from my PC on my laptop. The office PC runs on Windows XP and my laptop runs on Windows Vista. I have saved the workspace at the office PC and kept it in a usb drive. When I tried to open it on my laptop I got an error: "Fatal Error: Unable to restore saved data in .RData". On both computers I have the R.2.9.0 version. Could anybody give me an explanation why this happens and how I can solve this? Thanks a lot! Eleni [[alternative HTML version deleted]]
Hi Eleni, I have no answers, but a few questions: 1) What is the size of the Rdata ? 2) Did you try to restart the computer and then load the file again (it solved the problem for me once). 3) Is this you first attempt, or did you manage to do it in the past and only now failed ? Best, Tal ----------------Contact Details:------------------------------------------------------- Contact me: Tal.Galili@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English) ---------------------------------------------------------------------------------------------- On Tue, Mar 9, 2010 at 11:44 PM, Eleni Christodoulou <elenichri@gmail.com>wrote:> Hi list! > > I have recently tried to take my office work home, meaning that I tried to > transfer my "... .RData" workspace from my PC on my laptop. The office PC > runs on Windows XP and my laptop runs on Windows Vista. I have saved the > workspace at the office PC and kept it in a usb drive. When I tried to open > it on my laptop I got an error: "Fatal Error: Unable to restore saved data > in .RData". On both computers I have the R.2.9.0 version. Could anybody > give > me an explanation why this happens and how I can solve this? > > Thanks a lot! > Eleni > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. >[[alternative HTML version deleted]]
Hi, On Tue, Mar 9, 2010 at 4:44 PM, Eleni Christodoulou <elenichri at gmail.com> wrote:> Hi list! > > I have recently tried to take my office work home, meaning that I tried to > transfer my "... .RData" workspace from my PC on my laptop. The office PC > runs on Windows XP and my laptop runs on Windows Vista. I have saved the > workspace at the office PC and kept it in a usb drive. When I tried to open > it on my laptop I got an error: "Fatal Error: Unable to restore saved data > in .RData". On both computers I have the R.2.9.0 version. Could anybody give > me an explanation why this happens and how I can solve this?I'm not sure if either of these matter, but: 1. Are both machines 32 or 64 bit? (I'm pretty sure I've used *.RData files across architectures in the past, though). 2. What type of objects are being saved? Maybe you don't have the same packages installed on both computers? -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
I don't have an answer, but I suggest 'session' package.. I use it to move my workspace around. Never had any problem before. -k On Tue, Mar 9, 2010 at 4:44 PM, Eleni Christodoulou <elenichri at gmail.com> wrote:> Hi list! > > I have recently tried to take my office work home, meaning that I tried to > transfer my "... .RData" workspace from my PC on my laptop. The office PC > runs on Windows XP and my laptop runs on Windows Vista. I have saved the > workspace at the office PC and kept it in a usb drive. When I tried to open > it on my laptop I got an error: "Fatal Error: Unable to restore saved data > in .RData". On both computers I have the R.2.9.0 version. Could anybody give > me an explanation why this happens and how I can solve this? > > Thanks a lot! > Eleni > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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. >
Hi r-help-bounces at r-project.org napsal dne 09.03.2010 22:44:31:> Hi list! > > I have recently tried to take my office work home, meaning that I triedto> transfer my "... .RData" workspace from my PC on my laptop. The officePC> runs on Windows XP and my laptop runs on Windows Vista. I have saved the > workspace at the office PC and kept it in a usb drive. When I tried toopen> it on my laptop I got an error: "Fatal Error: Unable to restore saveddata> in .RData". On both computers I have the R.2.9.0 version. Could anybodygive I suppose your error continued with naming some package you have installed it office comp but do not have installed in your home. Try to install necessary packages and then to open workspace again. Regards Petr> me an explanation why this happens and how I can solve this? > > Thanks a lot! > Eleni > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.