Update R version from 3.0.3 to 3.1.2
问题 I want to update R with ubuntu from 3.0.3 to 3.1.2. I am working on Ubuntu 14.04LTS, 64bits. I did the following: cd /etc/apt/ sudo gedit sources.list I added the following line : deb http://cran.rstudio.com/bin/linux/ubuntu trusty/ Then : sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9 sudo apt-get update sudo apt-get upgrade sudo apt-get install r-base Some files were uploaded. Then I checked the R version : sudo R version platform x86_64-unknown-linux-gnu arch x86_64