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

Prof Brian Ripley ripley at stats.ox.ac.uk
Fri Nov 4 13:00:37 CET 2005


On Fri, 4 Nov 2005, Jens Vilstrup Johansen wrote:

> 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?

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).

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list