Skip to content

Server R

3 messages · R. Michael Weylandt, Bazman76

#
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.
#
On Sun, Sep 16, 2012 at 9:42 PM, Bazman76 <h_a_patience at hotmail.com> wrote:
I presume EC2 runs Ubuntu:

http://cran.r-project.org/bin/linux/ubuntu/README

Cheers,
Michael