到 找出 Ubuntu 8.10 對應的版本(intrepid)後, 將
## The R Project for Statistical Computing
deb http://cran.csie.ntu.edu.tw/bin/linux/ubuntu intrepid/
加入 /etc/apt/sources.list
%apt-get update

[Error_START]
W: GPG error: http://cran.cs.pu.edu.tw intrepid/ Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D67FC6EAE2A11821
W: You may want to run apt-get update to correct these problems
使用
%gpg --keyserver hkp://subkeys.pgp.net --recv-keys D67FC6EAE2A11821
得到 D67FC6EAE2A11821 ==> E2A11821
gpg: requesting key E2A11821 from hkp server subkeys.pgp.net
gpg: key E2A11821: "Vincent Goulet " not changed
gpg: Total number processed: 1
gpg: unchanged: 1
%gpg --armor --export E2A11821| apt-key add -
OK
[Error_END]

%apt-get install r-base
arrow
arrow
    全站熱搜

    wenching520 發表在 痞客邦 留言(1) 人氣()