LoginSignup
28
28

More than 5 years have passed since last update.

CentOS 6.4 に R をインストールする

Last updated at Posted at 2013-07-01

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

おしまい。

28
28
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
28
28