Skip to content
Prev 68075 / 398502 Next

RODBC odbcCloseAll odbcClose Windows XP

OK, I decided to try something new.  Rather than installing RODBC via:

install.packages("RODBC", .Library, repos="http://cran.r-project.org", 
                method="internal", destdir=getwd())

I instead downloaded the RODBC_1.1-3.zip file from
http://www.bioconductor.org/CRAN/ and installed through the Windows R
GUI.  Installing the package using the local zip file worked (no more
error message).  The library(help=RODBC) gives

Built: R 2.1.0; i386-pc-mingw32; 2005-04-09 19:24:26; windows

Note, using install.packages() with http://cran.r-project.org produces
the same build info:
Built: R 2.1.0; i386-pc-mingw32; 2005-04-09 19:24:26; windows

Jason
On 4/19/05, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: