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
Post a Comment