Skip to content
Prev 65877 / 398513 Next

using postgresql with R/RODBC

Larry White wrote:

            
Correct for the sources, but binaries must be compiled under the same 
major version for R that is used.
That one you get when calling install.packages("RODBC") in R-2.0.x is in
CRAN/bin/windows/contrib/2.0/
for CRAN master this is currently:
http://cran.r-project.org/bin/windows/contrib/2.0/RODBC_1.1-3.zip

Uwe Ligges