[R] Error: package 'RODBC' was built before R 2.10.0: please re-install it

Uwe Ligges ligges at statistik.tu-dortmund.de
Thu Dec 16 10:26:45 CET 2010



On 16.12.2010 09:17, taby gathoni wrote:
> Hi all,
>
> Am trying to install RODBC so that I can read excel 2007 files directly into R without converting into .csv or .txt formats. I am getting the  error:
>
> Error: package 'RODBC' was built before R 2.10.0: please re-install it

So why haven't you reinstalled it?
   update.packages(checkBuilt=TRUE)
should do the trick for all of your packages.

Uwe Ligges



>
> The reason why i want to read the files directly is because  i am using the merge function to join two .csv files by one unique identifier. I have managed successfully to do that only that the single files seem to have duplicate records accross the rows. Can anyone assist me?
>
> Kind regards,
>    Tabitha Mundia ,
> Predictive Modeling Team
>        Project Management  Office,       Equity Bank Limited,P.O. Box 75104-00200
>         Head Office, Upper  hill,       NHIF BLDG, 14th  Floor,   Nairobi, Kenya              Direct Extension : +254732112721Â Â         Mobile: +254722309538       Email: tabitha.mundia at equitybank.co.keSkype ID: twamaeYahoo ID: tabygathoni at yahoo.com
>
>
> An idea not coupled with action will never get any bigger than the brain cell it occupied.
> Arnold Glasgow
> ......
> "Attempt something large enough that failure is guaranteed…unless God steps in!"
>
>
>
>
>
>
>
> 	[[alternative HTML version deleted]]
>
>
>
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.



More information about the R-help mailing list