install.packages - Error installing packages in R Studio -


i updated r , r studio latest versions i.e r 3.2.0 , r studio 0.98.1103 on 64-bit windows 7 operating system. when try install packages in r after update error thrown:

warning in install.packages :   downloaded length 4878 != reported length 200 error in install.packages : subscript out of bounds 

please help!

try this: options(repos=structure(c(cran="http://cran.us.r-project.org")))

now try installing package. hope works


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -