Basho Bench のグラフ出力に R が必要だったので、CentOS 6.4 にインストールする。
[on centos6]# cat /etc/redhat-release
CentOS release 6.4 (Final)
EPEL レポジトリ RPM は、http://ftp.riken.jp/Linux/fedora/epel/6/i386/repoview/epel-release.html から最新版をインストールする。
[on centos6]# rpm -ihv http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
あとは、普通に yum で R 言語をインストールできる。簡単だね。
[on centos6]# yum -y install R
[on centos6]# rpm -qa | grep R-
R-core-3.0.1-2.el6.x86_64
R-devel-3.0.1-2.el6.x86_64
R-core-devel-3.0.1-2.el6.x86_64
R-java-3.0.1-2.el6.x86_64
R-java-devel-3.0.1-2.el6.x86_64
R-3.0.1-2.el6.x86_64
おしまい。