Joseph Ortiz <[EMAIL PROTECTED]> writes:

> I tried to use tar to archive my directories and binary .Rdata files
> and simply extract them to a new machine. This works fine going from
> one OSX machine to another, but does not work going from OSX to Linux,
> presumably due to binary file or directory incompatibilities.
> 
> Does anyone have any suggestions for a work around to this problem?

It should work to move .Rdata files (the format is platform
independent), just watch out that the R versions are compatible (or
read the documentation for save() to see how to generate
back-compatible files).

This could be a bug, but what are the precise symptoms then?

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - ([EMAIL PROTECTED])             FAX: (+45) 35327907

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to