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.  Depending on which platform you're working on, this might fail;
in that case, you'll need to give us more details.

Duncan Murdoch

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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.

Reply via email to