R 环境安装

R 语言的开发环境本身具备了图形开发环境,这与其他很多工程语言是不同的,所以开发环境最好安装在为桌面个人计算机设计的操作系统上(如 Windows, macOS 或 Ubuntu 桌面版 等)。

首先,我们需要下载 R 语言环境的安装包:

Windows

官方地址: https://cloud.r-project.org/bin/windows/base/ USTC 镜像: https://mirrors.ustc.edu.cn/CRAN/bin/windows/base/ TUNA 镜像: https://mirrors.tuna.tsinghua.edu.cn/CRAN/bin/windows/base/

Linux

官方地址: https://cloud.r-project.org/bin/linux/ USTC 镜像: https://mirrors.ustc.edu.cn/CRAN/bin/linux/ TUNA 镜像: https://mirrors.tuna.tsinghua.edu.cn/CRAN/bin/linux/

macOS

官方地址: https://cloud.r-project.org/bin/macosx/ USTC 镜像: https://mirrors.ustc.edu.cn/CRAN/bin/macosx/ TUNA 镜像: https://mirrors.tuna.tsinghua.edu.cn/CRAN/bin/macosx/

以上的版本有可能是过时的,如果你需要最新版本,可以访问: