Skip to content

How to load a workspace, which was created in Windows, in Unix

3 messages · Jens Vilstrup Johansen, Peter Dalgaard, Brian Ripley

#
Hi all

I can't seem to load a workspace created in Windows, when I try to load
it in R on a Unix machine.
How can I do it?

Thanks!

regards,
 Jens Johansen
#
Jens Vilstrup Johansen <jens at binf.ku.dk> writes:
load("myfile") should work...
#
On Fri, 4 Nov 2005, Jens Vilstrup Johansen wrote:

            
What error message do you get?

It normally works (and is widely used in R packages for the .rda format), 
so did you transfer the .RData in binary mode?  For completeness, do an 
MD5 check on the file before and after transfer (via package tools).