After having some problems to install new version of R from command line on Ubuntu (straightforward way just updated it to version 2.15.x)
I want to share the way to do this.
After having some problems to install new version of R from command line on Ubuntu (straightforward way just updated it to version 2.15.x)
I want to share the way to do this.
This is an old post and I wrote it when it was impossible to install R with simple (it was installing old
2.15
version):Right now you do not need to do all written below and can simply use the abovementioned command. At the time of updating it will give you
3.1
version.Here is previous post
Uninstall old R
Open sources.list
and add deb to it
precise is your ubuntu name (may be different)
Add key to sign CRAN packages
Add specific PPA to the system
installing
From R to check version
should give you
Hope people will find this helpful