Ubuntu 20.01 的 R 工作室
R studio for Ubuntu 20.01
我打算为我的项目下载 R 工作室,但是,我在他们的 official website
中找不到合适的版本(对于 Ubuntu 20.01)
如果我下载 Ubuntu 18 的版本,那么它是否兼容 Ubuntu 20.01?
如果不能,我还能做些什么?
official website 中支持的 Ubuntu 版本列表:
- 多毛河马(21.04,仅限 amd64)
- Groovy 大猩猩(20.10,仅限 amd64),
- Focal Fossa(20.04;仅限 LTS 和 amd64),
- Bionic Beaver(18.04;LTS)和
- Xenial Xerus(16.04;LTS)。
安装说明:
sudo apt update
sudo apt install --no-install-recommends software-properties-common dirmngr
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
sudo apt install --no-install-recommends r-base
我打算为我的项目下载 R 工作室,但是,我在他们的 official website
中找不到合适的版本(对于 Ubuntu 20.01)如果我下载 Ubuntu 18 的版本,那么它是否兼容 Ubuntu 20.01? 如果不能,我还能做些什么?
official website 中支持的 Ubuntu 版本列表:
- 多毛河马(21.04,仅限 amd64)
- Groovy 大猩猩(20.10,仅限 amd64),
- Focal Fossa(20.04;仅限 LTS 和 amd64),
- Bionic Beaver(18.04;LTS)和
- Xenial Xerus(16.04;LTS)。
安装说明:
sudo apt update
sudo apt install --no-install-recommends software-properties-common dirmngr
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
sudo apt install --no-install-recommends r-base