0
2

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(とRstudio)を使う

Last updated at Posted at 2019-12-13

遺伝研スパコンでRを使うにはmoduleコマンドでR環境をロードします。

$ module load r/3.5.2
$ which Rscript

/opt/pkg/r/3.5.2/bin/Rscript

これでRのスクリプトを投げれば動くはず。
Rstudioを使いたいのだけど、Rstudio serverのインストールにはroot権限が必要なので一般ユーザには無理...
(トライはするので追記予定)

ちなみに
遺伝研スパコンでJupyter notebookを使いたいときはこちら↓
遺伝研スパコンでJupyter Notebookを利用する方法

遺伝研スパコンのデフォルトはPython2.7なので、
Jupyter notebookはminiconda31を入れてcondaからインストールしました。

*2019-12-13 module名が間違っていたので修正しました。

  1. moduleにpython/3.7.2があったので、module load python/3.7.2 してからpipでインストールしてもよかったかも

0
2
1

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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?