描述:
在Ubuntu16.04下装R语言环境,参照清华源-安装说明,添加
deb https://cloud.r-project.org/bin/linux/ubuntu xenial/
然后进行
sudo apt-get update
sudo apt-get install r-base
出现
核心问题:
Err:5 https://apt.repos.intel.com/mkl all InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY ACFA9FC57E6C5DBE
解决:
intel mkl库的认证问题(MKL数学核心函数库详见Intel-MKL)
获取公钥,然后添加到apt中