Re: [R] Installing RMySQL on Debian

2014-07-11 Thread Federico Razzoli
> I'm wondering if you understand the RMySQL is only an interface to the > MySQL package, and it needs to be installed separately for your OS. > > -- > David Hi David. As I wrote in my first mail, MySQL (MariaDB) is installed from the tar file. Please, if you want to help me, re-read my first mai

Re: [R] Installing RMySQL on Debian

2014-07-10 Thread David Winsemius
On Jul 10, 2014, at 1:07 PM, Federico Razzoli wrote: >> Just to check, are you loading the package using >> >> library(RMySQL) >> >> before trying to use it? >> >> If so, is it giving you any errors? > > Hi, > It was my first attempt, but since it didn't work I tried the other > suggested met

Re: [R] Installing RMySQL on Debian

2014-07-10 Thread Federico Razzoli
> Just to check, are you loading the package using > > library(RMySQL) > > before trying to use it? > > If so, is it giving you any errors? Hi, It was my first attempt, but since it didn't work I tried the other suggested method. By the way, here is what I get: > install.packages("RMySQL") Insta

Re: [R] Installing RMySQL on Debian

2014-07-10 Thread Sarah Goslee
Hi, On Thu, Jul 10, 2014 at 3:34 PM, Federico Razzoli wrote: > Hello. I am trying to install RMySQL. My Os is Debian and I have MariaDB > installed from the tar package (not deb). After downloading RMySQL, I ran > the following commands, and I see DONE. Hoewever, I don't think that the > package

[R] Installing RMySQL on Debian

2014-07-10 Thread Federico Razzoli
Hello. I am trying to install RMySQL. My Os is Debian and I have MariaDB installed from the tar package (not deb). After downloading RMySQL, I ran the following commands, and I see DONE. Hoewever, I don't think that the package is installed, because the dbConnect() function cannot be found. Probabl