I can\'t figure out why my RMySQL package won\'t install - here\'s what I get:
> install.packages(\'RMySQL\',type=\'source\')
trying URL \'http://cran.mir
I was having this same problem on Windows 7 with R 2.12.1 x64 and resolved it by:
PATH
variable to C:\Program Files\R\R-2.12.1\bin\x64
(rather than just ...\R-2.12.1\bin
)....\MySQL Server 5.5\lib\libmysql.dll
to ...\MySQL Server 5.5\bin\
.R CMD INSTALL RMySQL_0.7-5.tar.gz
in cmd.exe (install.packages('RMySQL',type='source')
in R still would not work).