mysql - How to install RMySQL package on Windows 7 -


i install rmysql package on computer running on windows 7. on package website, http://cran.r-project.org/web/packages/rmysql/index.html , seems windows package version doesn't exist... try understand readme, couldn't.

does tell me how install package ?

i tried following code

install.packages('rmysql', type='source') 

and following message :

warning in install.packages :   package ‘rmysql’ not available (for r version 3.0.0) installing package ‘c:/users/xxxxx/documents/r/win-library/3.0’ (as ‘lib’ unspecified) trying url 'http://cran.rstudio.com/src/contrib/rmysql_0.9-3.tar.gz' content type 'application/x-gzip' length 165363 bytes (161 kb) opened url downloaded 161 kb  * installing *source* package 'rmysql' ... ** package 'rmysql' correctement décompressé et sommes md5 vérifiées error: configuration failed package 'rmysql' * removing 'c:/users/xxxxx/documents/r/win-library/3.0/rmysql' warning in install.packages :   running command '"c:/progra~1/r/r-30~1.0/bin/x64/r" cmd install -l "c:\users\xxxxx\documents\r\win-library\3.0" c:\users\xxxxx\appdata\local\temp\rtmpo9rlf3/downloaded_packages/rmysql_0.9-3.tar.gz' had status 1 warning in install.packages :   installation of package ‘rmysql’ had non-zero exit status  downloaded source packages in     ‘c:\users\xxxxx\appdata\local\temp\rtmpo9rlf3\downloaded_packages’ 

and nothing appears in packages windows in rstudio... thank help.

you might want @ rodbc package work around.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -