[R] RMySQL loading error

2007-08-09 Thread Clara Anton
Hi, I am having problems loading RMySQL. I am using MySQL 5.0, R version 2.5.1, and RMySQL with Windows XP. When I try to load rMySQL I get the following error: require(RMySQL) Loading required package: RMySQL Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load

Re: [R] RMySQL loading error

2007-08-09 Thread Prof Brian Ripley
On Thu, 9 Aug 2007, Clara Anton wrote: Hi, I am having problems loading RMySQL. I am using MySQL 5.0, R version 2.5.1, and RMySQL with Windows XP. More exact versions would be helpful. When I try to load rMySQL I get the following error: require(RMySQL) Loading required package:

Re: [R] RMySQL loading error

2007-08-09 Thread Gabor Grothendieck
This was just discussed: https://www.stat.math.ethz.ch/pipermail/r-help/2007-August/138142.html On 8/9/07, Clara Anton [EMAIL PROTECTED] wrote: Hi, I am having problems loading RMySQL. I am using MySQL 5.0, R version 2.5.1, and RMySQL with Windows XP. When I try to load rMySQL I get the

[R] RMySQL loading error, mysql in path

2007-06-03 Thread Paulino Perez Rodriguez
I have successfully installed RMySQL_0.6-0 using under Windows XP MCE, I am using MySQL 5.0.41, I have added I have added C:\Program Files\R\R-2.4.1\library\RMySQL\libs and mysql to the windows PATH, but again, same error: and then when I load R and try to use RMySQL library(RMySQL) Error

[R] RMySQL loading error

2006-05-17 Thread Patrice Seyed
i was able to install DBI and RMySQL cleanly. I get the error below on library('RMySQL'). The file it is complaining about is located in /usr/lib/mysql/, where is R trying to load it from? Tried a symlink into /usr/local/lib/mysql to no avail. thx. -P Loading required package: DBI Error in

Re: [R] RMySQL loading error

2006-05-17 Thread Prof Brian Ripley
On Wed, 17 May 2006, Patrice Seyed wrote: i was able to install DBI and RMySQL cleanly. I get the error below on library('RMySQL'). The file it is complaining about is located in /usr/lib/mysql/, where is R trying to load it from? Tried a symlink into /usr/local/lib/mysql to no avail. thx.

Re: [R] RMySQL loading error

2006-05-17 Thread Patrice Seyed
but of course; danke. -P Prof Brian Ripley wrote: On Wed, 17 May 2006, Patrice Seyed wrote: i was able to install DBI and RMySQL cleanly. I get the error below on library('RMySQL'). The file it is complaining about is located in /usr/lib/mysql/, where is R trying to load it from? Tried a