【R语言】R_RStudio_Jupyter


搭建 R 开发环境

R 语言

  • macOS:https://cran.r-project.org/bin/macosx/;
  • Windows:https://cran.r-project.org/bin/windows/base/;

RStudio

  • Official R Studio Desktop.

Jupyter R Kernel

install.packages('IRkernel')  # 初次安装
update.packages()	# 更新

macOS中,请在terminal中运行R语言,并输入上述命令。

IRkernel::installspec()	# 普通安装
IRkernel::installspec(user = FALSE) # 为所有用户安装

学习资源

Coursera: R Programming.