Re: [R] RMySQL *was* working...

2007-03-21 Thread Seth Falcon
Pete Cap <[EMAIL PROTECTED]> writes: > List, > > Last week with the help of Uwe and some other folks I was able to get > RMySQL 0.5-7 compiled against R 2.4.1 and MySQL 5.0.27. It was > working fine--I was able to send select queries to the db, put the > results in a data frame, and so forth. > >

Re: [R] RMySQL *was* working...

2007-03-21 Thread Pete Cap
List, Please disregard. I merely forgot the quotes: > dbDriver("MySQL") Thanks, Pete Pete Cap <[EMAIL PROTECTED]> wrote: List, Last week with the help of Uwe and some other folks I was able to get RMySQL 0.5-7 compiled against R 2.4.1 and MySQL 5.0.27. It was working fine--I was able to se

[R] RMySQL *was* working...

2007-03-21 Thread Pete Cap
List, Last week with the help of Uwe and some other folks I was able to get RMySQL 0.5-7 compiled against R 2.4.1 and MySQL 5.0.27. It was working fine--I was able to send select queries to the db, put the results in a data frame, and so forth. Today, dbDriver() threw an error: > dbDriver(My