Installing R from CRAN Ubuntu repository: No Public Key Error

前端 未结 9 975
长情又很酷
长情又很酷 2020-12-13 01:29

I am on R version 2.13 and would like to update to a newer version in order to use some packages that depend on R>= 2.14.

I have the line to my sources.list file as

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-13 02:10

    Thanks to Philipp Burckhardt, I got it fixed.

    Try this:

    gpg --keyserver pgpkeys.mit.edu --recv-key 51716619E084DAB9  
    gpg -a --export 51716619E084DAB9 | sudo apt-key add -
    

提交回复
热议问题