Skip to content

Instantly share code, notes, and snippets.

@muripoLife
Last active March 3, 2020 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muripoLife/6eba90c8c5dbbe98a4fb9133cd6acad7 to your computer and use it in GitHub Desktop.
Save muripoLife/6eba90c8c5dbbe98a4fb9133cd6acad7 to your computer and use it in GitHub Desktop.
Rの環境構築
$ sudo apt-get install r-base-core
$ R
$ install.packages('IRkernel')
$ IRkernel::installspec()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment