Installing R Packages Error in readRDS(file) : error reading from connection
问题 Whenever I try to install any package in R on Ubuntu 14.04, I'm getting the following error: Error in readRDS(file) : error reading from connection I already tried the methods given here but could not solve the problem. 回答1: 1- Install the latest version of R form the CRAN and try to install a package. 2- If it is possible check it with another user account. 3- Try to install the R package locally. 4- If there is an RDS file created by the old version of R you may have another sort of problem