Displaying 1 result from an estimated 1 matches for "baseto".
Did you mean:
baset
2012 Sep 17
1
Ensuring latest version of R is installed
Hi there,
following the instructions shown here:
http://www.r-bloggers.com/ec2-micro-instance-of-rstudio/
I used
sudo apt-get install r-baseto insall R on an Amazon EC2 server, but when I do that I get an old cersion of R
> R.version.string
[1] "R version 2.12.1 (2010-12-16)"
Do you know how I can change this command so that it installs the latest version?Also are the ubuntu version numbers exactly equivalent to their wi...