Re: [R] RMySQL install on windows

2012-12-02 Thread Gabor Grothendieck
On Sun, Dec 2, 2012 at 11:35 AM, rahul143 wrote: > I have been trying to install RMySQL on Windows 7 following the > procedure at: > http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL > > I think I have properly installed RTools and created a proper > Renviron.site file saying: > MYSQL_HOME="C:/Pro

[R] RMySQL install on windows

2012-12-02 Thread rahul143
I have been trying to install RMySQL on Windows 7 following the procedure at: http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL I think I have properly installed RTools and created a proper Renviron.site file saying: MYSQL_HOME="C:/Program Files/MySQL/MySQL Server 5.5" When I try to install

Re: [R] RMySQL install on windows

2012-11-19 Thread Jeffrey Horner
Sorry for not taking care of this... If anyone would like to take over maintainership of RMySQL I'm sure the R community would greatly appreciate it. I just don't have the time these days. Jeff [[alternative HTML version deleted]] __ R-help@r-p

Re: [R] RMySQL install on windows

2012-11-15 Thread Gabor Grothendieck
On Thu, Nov 15, 2012 at 7:49 AM, sbarandiaran wrote: > Uwe, I set the variable with single backslashes, but the output remains the > same. The last part reads: > > "gcc -m64 -shared -s -static-libgcc -o RMySQL.dll tmp.def RS-DBI.o > RS-MySQL.o C:\Program Files\MySQL\MySQL Server 5.5/bin/libmysql.d

Re: [R] RMySQL install on windows

2012-11-15 Thread sbarandiaran
Uwe, I set the variable with single backslashes, but the output remains the same. The last part reads: "gcc -m64 -shared -s -static-libgcc -o RMySQL.dll tmp.def RS-DBI.o RS-MySQL.o C:\Program Files\MySQL\MySQL Server 5.5/bin/libmysql.dll -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/Rcompil

Re: [R] RMySQL install on windows

2012-11-14 Thread Gabor Grothendieck
On Wed, Nov 14, 2012 at 12:11 PM, sbarandiaran wrote: > Uwe, now I've tried these steps, following RMySQL installation instructions > (http://cran.r-project.org/web/packages/RMySQL/INSTALL): > > 1. Download the RMySQL_0.9.tar.gz file to the folder C:\Program > Files\R\R-2.15.1\bin\x64 > 2. Open a

Re: [R] RMySQL install on windows

2012-11-14 Thread sbarandiaran
Uwe, now I've tried these steps, following RMySQL installation instructions (http://cran.r-project.org/web/packages/RMySQL/INSTALL): 1. Download the RMySQL_0.9.tar.gz file to the folder C:\Program Files\R\R-2.15.1\bin\x64 2. Open a Windows command line, and change directory to that folder 3. Enter

Re: [R] RMySQL install on windows

2012-11-08 Thread Uwe Ligges
On 07.11.2012 21:50, sbarandiaran wrote: Hi, I've followed these steps: I set the MYSQL_HOME environmental variable like this: "c:\PROGRA~1\MySQL\MYSQLS~1.5", then I opened a command prompt, got to the folder that contains the "RMySQL_0.9-3.tar.gz" file, and run the command: "c:\Program Files

Re: [R] RMySQL install on windows

2012-11-07 Thread sbarandiaran
Hi, I've followed these steps: I set the MYSQL_HOME environmental variable like this: "c:\PROGRA~1\MySQL\MYSQLS~1.5", then I opened a command prompt, got to the folder that contains the "RMySQL_0.9-3.tar.gz" file, and run the command: "c:\Program Files\R\R-2.15.1\bin\x64\R" CMD INSTALL RMySQL

Re: [R] RMySQL install on windows

2012-10-12 Thread Robert Baer
On 10/10/2012 12:58 PM, Greg Snow wrote: I finally was able to compile/load it under windows 7. I had similar problems to what you show below. I set the MYSQL_HOME environmental variable through windows (start button > control panel > System and Security > system > Advanced System Settings > En

Re: [R] RMySQL install on windows

2012-10-10 Thread Greg Snow
I finally was able to compile/load it under windows 7. I had similar problems to what you show below. I set the MYSQL_HOME environmental variable through windows (start button > control panel > System and Security > system > Advanced System Settings > Environmental variables). I had to set it to

Re: [R] RMySQL install on windows

2012-10-09 Thread Gabor Grothendieck
On Tue, Oct 9, 2012 at 5:08 PM, Robert Baer wrote: > I have been trying to install RMySQL on Windows 7 following the procedure > at: > http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL > > I think I have properly installed RTools and created a proper Renviron.site > file saying: > MYSQL_HOME="C:/P

[R] RMySQL install on windows

2012-10-09 Thread Robert Baer
I have been trying to install RMySQL on Windows 7 following the procedure at: http://biostat.mc.vanderbilt.edu/wiki/Main/RMySQL I think I have properly installed RTools and created a proper Renviron.site file saying: MYSQL_HOME="C:/Program Files/MySQL/MySQL Server 5.5" When I try to install t