2025年 4月5日(土) 05:53 JST

Ubuntu 11.10 Download RStudio Server

  • 2012年 3月15日(木) 10:35 JST
  • 投稿者:
  • 表示回数 81

/etc/apt/source.listに追加
deb http://cran.md.tsukuba.ac.jp/bin/linux/ubuntu oneiric/

The Ubuntu archives on CRAN are signed with the key of "Michael Rutter <marutter@gmail.com>" with key ID E084DAB9. You can fetch this key with

gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9
and then feed it to apt-key with

gpg -a --export E084DAB9 | sudo apt-key add -

sudo apt-get update
sudo apt-get install r-base