Re: [R] RODBC package not found (in English)

2015-04-20 Thread Duncan Murdoch
On 20/04/2015 7:01 AM, CHIRIBOGA Xavier wrote: > Dear members, > > > > What can I do if I get this message: ? > > > > library(RODBC) > Error in library(RODBC) : any package called ‘RODBC’ was found That means that you haven't installed it. You need to run install.packages("RODBC") first.

Re: [R] RODBC package not found (in English)

2015-04-20 Thread guillaume chaumet
Dear Xavier, Perhaps, you should read the faq: http://cran.r-project.org/doc/FAQ/R-FAQ.html And also "un livre en français sur R* : R pour les débutants *par Emmanuel Paradis ou *Introduction à R par *Julien Barnier" > install.packages("RODBC") Un dernier petit mot : Méfiez vous! La patience des

Re: [R] RODBC package not found (in English)

2015-04-20 Thread Ista Zahn
Install it with install.packages("RODBC") Best, Ista On Apr 20, 2015 7:02 AM, "CHIRIBOGA Xavier" wrote: > Dear members, > > > > What can I do if I get this message: ? > > > > library(RODBC) > Error in library(RODBC) : any package called ‘RODBC’ was found > > > > > > Thanks in advcance, > > > >