【发布时间】:2018-06-02 04:07:31
【问题描述】:
R 3.5.0 于 2018 年 4 月 25 日发布。我正在尝试在 Ubuntu 18.04 LTS 上安装 R 3.5.0 .我尝试了以下代码
echo "deb http://cran.stat.ucla.edu/bin/linux/ubuntu `lsb_release -sc`/" | sudo tee --append /etc/apt/sources.list.d/cran.list
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
sudo apt update
sudo apt install r-base
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base is already the newest version (3.4.4-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
想知道如何在 Ubuntu 18.04 LTS 上安装 R 3.5.0。
【问题讨论】:
标签: r ubuntu installation updating ubuntu-18.04