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, [EMAIL PROTECTED] 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 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
