Skip to content
Back to formatted view

Raw Message

Message-ID: <148CC9C144D99741A1B3DB0D4B15E7383987E770@vEXMB1.clarion.local>
Date: 2013-06-24T04:57:30Z
From: Matthew Brigida
Subject: Ubuntu 12.04 and R 2.15
In-Reply-To: <1372045482.46441.YahooMailNeo@web164503.mail.gq1.yahoo.com>

As Dirk mentioned by default you should get the latest version of R.  To see add (inserting your mirror):

deb http://<my.favorite.cran.mirror>/bin/linux/ubuntu precise/

to your /etc/apt/sources.list [don't forge the last 's' in sources] and then

$ sudo apt-get update

Then you can see what version you would install (without actually installing anything) by:

$ apt-get --simulate install r-base


Matt 

--
Matthew Brigida
www.complete-markets.com

________________________________________
From: r-sig-debian-bounces at r-project.org [r-sig-debian-bounces at r-project.org] on behalf of Martin Gilchrist [gilchrist.martin at yahoo.com]
Sent: Sunday, June 23, 2013 11:44 PM
To: r-sig-debian at r-project.org
Subject: Re: [R-sig-Debian] Ubuntu 12.04 and R 2.15

Hi again.  Thanks for the reply.

What controls the version of R that I get?

I took a look at the link and it looks like the only thing I have control over is the version of Ubuntu placed in the /etc/apt/source.list  file.

So does putting quantal in the source.list file force

apt-get install r-base r-dev-base

to update R to the version of R related to quantal?

Martin.

By