Install MySQL package in R -


I have tried to install a MySQL package in RIS but is unable to install the package properly. I used the code here

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

I'm having an error

In the
  package 'C: / Users / Touchren / Documents / R / Vernary Library / 3.1' (as' Lib 'is not specified) the URL to' http://ftp.iitm.ac.in Try to download /cran/src/contrib/RMySQL_0.9-3.tar.gz 'content type' application / x-gzip 'length 165363 bytes (161kb) URL Downloaded Download 161 KB * Source * Package *' RMySQL 'Installed ... ** Package' RmYSQ L'successfully Warning examined unexpected and MD5 sums: running command 'sh. Config.confin 'has a status of 127 error: package' RMYSLL 'for configuration * * delete' C: / user / techline / document / r / 'library / 3.1 / rmiosQL' downloaded source package 'C: \ users tacchin / AppData \ Local temp \ rtmp8ihcf \ download_package 'warning message: 1: running command' 'c: / program1 ~ / r / r-31 ~ 1.1 / bin / i386 / r "cmd install -l" c: \ Users \ Techen / Documents \ r-wa The status of e-Library 3.1 \ "C: \ Users Tech \ ~ 1Epadata Local Temp \ RTM 8ihccf / downloaded_packages / RMySQL_0.9-3.tar.gz 'is 1: install.packages (" RMySQL ", type =" Source "): The installation of package 'RMySQL' was zero-zero exit status  

I am new to R. Anyone can help me, it will be appreciated. Thanks.

It may sound like a silly question, but do you just try:

:

URL is different from trying URL 'http://cran.rstudio.com/bin/windows/contrib/3.2/RMySQL_0.10.4.zip'

Try your code from the cran library, there is a package of 1.8 MB in addition to the package where you only had 161 KB, so I believe that by downloading your code file Closed.

Perhaps try removing the previously downloaded package:

  remove.packages ("RMySQL")  

edited Do: And I realized that this was asked about one year ago, oops! I will leave my answer here here.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -