Installing R from CRAN Ubuntu repository: No Public Key Error

前端 未结 9 974
长情又很酷
长情又很酷 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条回答
  •  -上瘾入骨i
    2020-12-13 02:16

    The simplest solution that worked for me was from Emre Sahin in this thread:

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 
    

提交回复
热议问题