Re: [R] dumping data objects

2009-07-29 Thread Martin Maechler
> "WQM" == William Q Meeker > on Tue, 28 Jul 2009 14:58:26 -0500 writes: WQM> While >> .deparseOpts(control="S_compatible") >> dump("foo") WQM> did not work as I had expected, WQM> dump("foo",control="S_compatible") WQM> did work OK. yes, "of course" (at

Re: [R] dumping data objects

2009-07-28 Thread William Q Meeker
While > .deparseOpts(control="S_compatible") > dump("foo") did not work as I had expected, dump("foo",control="S_compatible") did work OK. Bill Meeker William Q. Meeker Department of Statistics 2109 Snedecor Hall Iowa State University Ames, Iowa 50011 Phone: 515-294-5336 Fax: 515-294-404

[R] dumping data objects

2009-07-27 Thread William Q Meeker
I am using R version 2.9.1 (2009-06-26) on Windows. I am trying to dump some data objects from R so that I can subsequently import them into S-PLUS (version 6.2). Using dump("foo") appends Ls to integers, as explained in the documentation for deparseOpts. Here is a simple example. I tired us