Install particular version(2.15.2) of r-base on ubuntu

后端 未结 2 1886
旧巷少年郎
旧巷少年郎 2021-02-10 02:46

I am newbie to both Ubuntu and R.

I am trying to install R 2.15.2 on ubuntu. Since the latest version of R is 3.0.X, I specified the version in /etc/apt/sources.list

2条回答
  •  时光说笑
    2021-02-10 03:30

    Okay so the URL for where the packages are found has changed :^) on the cran.ma site:

    Change the debian url to:

    deb http://cran.ma.imperial.ac.uk/bin/linux/ubuntu precise/

    do an apt-get update and try reinstalling

    The complete instructions are on:

    http://cran.ma.imperial.ac.uk/bin/linux/ubuntu/

提交回复
热议问题