4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

R言語のインストールと動作確認

4
Last updated at Posted at 2015-11-16

はじめに

R言語の勉強を始めたので、簡単にだが環境作りの備忘として。
(Windows版のお話し。Linux版、Mac版ではありません。)

私のインストール環境

Windows8.1 (64bit)

参考

R - Official Site
R言語(Wikipedia)

1.R言語インストール

1.1.インストーラーのダウンロード

  1. R - Official Siteの[Download - CRAN]へ移動

  2. 好きなMirrorサイトへ移動(Japanのどっかとか)

  3. インストールするOSに該当するリンクを選んでダウンロード
    (Windows版であればその後に、[base]->[Download R x.x.x for Windows]でダウンロード)

1.2.インストール

  1. ダウンロードしたR-x.x.x-win.exeを実行

  2. 「次へ」を押し続けて終了

1.3.動作確認

  1. Rを起動

たぶん、↓のように32bit版、64bit版がインストールされるので、好きなほうを起動

r.png

以下の画面が起動すればOK

r-1.png

  1. 動作確認

plot(cars) と入力しEnter

r-2.png

何かグラフが表示されれば動作確認としてはOK

4
3
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
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?