How to install R 3.1.2 on Linux Mint 17.1

后端 未结 4 1582
孤独总比滥情好
孤独总比滥情好 2020-12-15 12:30

I have installed the latest version of Linux Mint (17.1) in my computer. I installed R version 3.0.2. However, when I try to install the package xslsx, or dplyr, the system

4条回答
  •  情深已故
    2020-12-15 12:43

    Hope this will help, your question helped me alot... Note that Linux mint is based on ubuntu trusty...

    sudo su
    echo "deb http://www.stats.bris.ac.uk/R/bin/linux/ubuntu trusty/" >> /etc/apt/sources.list
    apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9}
    sudo apt-get upgrade r-base
    apt-get update
    apt-get upgrade
    

提交回复
热议问题