Installing R Packages Error in readRDS(file) : error reading from connection

后端 未结 9 1533
鱼传尺愫
鱼传尺愫 2021-01-03 19:48

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
<         


        
9条回答
  •  南方客
    南方客 (楼主)
    2021-01-03 20:22

    I was facing the same error when i installed most recent version of R. many a times most recent version is not stable( for me, it was 3.4.2 on 08/11/2017). I uninstalled it and installed 3.4.1( earlier stable version), now there is no issue.

提交回复
热议问题