Re: [R] Converting S-plus project folders to R

2009-06-26 Thread Uwe Ligges
rom: Uwe Ligges [mailto:lig...@statistik.tu-dortmund.de] Sent: Friday, June 26, 2009 2:21 AM To: Bosley, David Cc: r-help@r-project.org Subject: Re: [R] Converting S-plus project folders to R dbosley wrote: I have many S-plus project folders that I need to convert to R workspaces. For the smaller

Re: [R] Converting S-plus project folders to R

2009-06-26 Thread Bosley, David
o:lig...@statistik.tu-dortmund.de] Sent: Friday, June 26, 2009 2:21 AM To: Bosley, David Cc: r-help@r-project.org Subject: Re: [R] Converting S-plus project folders to R dbosley wrote: > I have many S-plus project folders that I need to convert to R workspaces. > For the smaller project folders (<

Re: [R] Converting S-plus project folders to R

2009-06-26 Thread Uwe Ligges
dbosley wrote: I have many S-plus project folders that I need to convert to R workspaces. For the smaller project folders (< 200MB), using "data.dump" with "oldStyle = T" and "data.restore" (in the foreign package) within R seems to work fine. However, I have several project folders that are qu

[R] Converting S-plus project folders to R

2009-06-25 Thread dbosley
I have many S-plus project folders that I need to convert to R workspaces. For the smaller project folders (< 200MB), using "data.dump" with "oldStyle = T" and "data.restore" (in the foreign package) within R seems to work fine. However, I have several project folders that are quite large (~ 4GB).