Re: [R] Loading the stupid dataset--help!!!

2012-05-19 Thread R. Michael Weylandt
I don't think it's part of the standard install -- I certainly didn't get it with Simon's [Mac] CRAN build and when I did download it it's marked with priority "NA" -- so no need to worry there. Best, Michael On Sat, May 19, 2012 at 10:36 AM, Bert Gunter wrote: > ?install.packages > This funct

Re: [R] Loading the stupid dataset--help!!!

2012-05-19 Thread Bert Gunter
?install.packages This functionality may also be available from a menu in an R GUI, e.g. on WIndows. But as you failed to provide your system details -- as requested by the posting guide -- we can't say. HOWEVER ... something appears to be rotten in Denmark (with apologies to Peter D.). IIRC, RODB

Re: [R] Loading the stupid dataset--help!!!

2012-05-19 Thread Kevin E. Thorpe
On 05/19/2012 07:44 AM, SteveQ wrote: I am using the following: library(RODBC) chan = odbcConnectExcel("rats-lda") rats.lda = sqlFetch(chan, "data") close(chan) And getting the following error message: library(RODBC) Error in library(RODBC) : there is no package called ‘RODBC’ The above erro