Installing R from CRAN Ubuntu repository: No Public Key Error

前端 未结 9 976
长情又很酷
长情又很酷 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:16

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

    and replace KEYID with the number shown in the error message.

提交回复
热议问题