rocker-jp / tidyverse

Japanese version of rocker/tidyverse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rocker-jp/tidyverse

This repository is designed for Japanese only, sorry!

概要

このレポジトリには、日本のRユーザのための、

  • RStudio
  • tidyverse群パッケージ
  • 日本語フォント(IPAexMincho, IPAexGothic)

があらかじめインストールされたR言語Dockerコンテナを提供します。

起動方法

まずは、Dockerが正しくインストールされているかを確認してください。 以下のコマンドを実行することで、RStudioサーバのコンテナを起動することが出来ます。

docker run -d -p 127.0.0.1:8787:8787 rockerjp/tidyverse

起動した後、http://<サーバのアドレス(ローカルで実行している場合localhost)>:8787にブラウザからアクセスすることでRStudioサーバを使用できます。 ユーザ名とパスワードは下記の通りです。

  • username: rstudio
  • password: rstudio

ライセンス

このDockerfileは MIT によりライセンスされています。

About

Japanese version of rocker/tidyverse

License:MIT License


Languages

Language:Dockerfile 100.0%