LoginSignup
0
0

More than 5 years have passed since last update.

R Studio で "Hello World"

Posted at

R のインストール

R for Windows
https://cran.r-project.org/bin/windows/base/

「base」をダウンロードしてインストール
バージョンは「R-3.5.0 for Windows」

スタートメニューから「RGui」を実行します。

> print('Hello World')
[1] "Hello World"

q() で終了

R Studio のインストール

RStudio
https://www.rstudio.com/products/rstudio/download/

「RStudio 1.1.447 - Windows Vista/7/8/10」をダウンロードしてインストール

キャプチャ.PNG

0
0
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
0
0