Hi there, I used the command
sudo apt-get install r-base to install R on an EC2 server as shown below: http://www.r-bloggers.com/ec2-micro-instance-of-rstudio/ It works but the version of R installed is: R.version.string [1] "R version 2.12.1 (2010-12-16)" I want to the latest version with package parallel included. How can I change the commend to ensure the latest version of R is installed? -- View this message in context: http://r.789695.n4.nabble.com/Server-R-tp4643319.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.