Re: [R] Ways to work with R and Postgres

2010-06-28 Thread 顾小波
help@r-project.org Subject: Re: [R] Ways to work with R and Postgres 2010/6/27 顾小波 : > Hi, > > I post this message to the general r-help list hoping anyone within a wider > range have suggestions: > > > > There are three ways to integration R and postgres, especially on 64bit

Re: [R] Ways to work with R and Postgres

2010-06-28 Thread Gabor Grothendieck
On Mon, Jun 28, 2010 at 9:55 AM, 顾小波 wrote: > Hi Gabor, > The package dependency path is RpgSQL-> RJDBC -> rJava, but it seems this is > not a Windows 64bit rJava package. > > Regards. > > Xiaobo.Gu > Make sure you are using a version that supports 64 bit Windows. See the rJava news file: http

Re: [R] Ways to work with R and Postgres

2010-06-27 Thread Whit Armstrong
http://github.com/armstrtw/unifieddbi which I use on 64bit linux. you are welcome to test it for 64 bit windows. are you able to compile yourself? or do you need a packaged version? -Whit 2010/6/27 顾小波 : > Hi, > > I post this message to the general r-help list hoping anyone within a wider >

Re: [R] Ways to work with R and Postgres

2010-06-26 Thread Gabor Grothendieck
2010/6/27 顾小波 : > Hi, > > I post this message to the general r-help list hoping anyone within a wider > range have suggestions: > > > > There are three ways to integration R and postgres, especially on 64bit > Microsoft windows Platform, > > > > 1. via RODBC package, which has 32 bit and 64 bit v