Skip to content
Back to formatted view

Raw Message

Message-ID: <4A1D6E4A.5000709@amu.edu.pl>
Date: 2009-05-27T16:46:02Z
From: Jarek Jasiewicz
Subject: R in Ubunto
In-Reply-To: <C0F68778F3A5F545A370AECD9CC6BD9D02FD927642@EXMBXVS1.campus.mcgill.ca>

R Heberto Ghezzo, Dr pisze:
> Hello , I do not know anything abount Ubunto, but I found a Portable Ubunto for Windows and since so many people
> prefer Linux to Windows I decided to give it a try.
> It runs very nicely, so I tried to load R, following Instructions in CRAN I added the line
> deb http://probability.ca/cran/bin/linux/ubuntu hardy/ to /etc/apt/sources.list and then from a console
> I did
> sudo apt-get update
> sudo apt-get install r-base
> a lot of printout and when it inishes I typed R in the console and surprise!
> I got R 2.6.2!! in Windows I have R 2.9.0??
> Did I do something wrong or there is another way to get the latest version of R?
> Thanks for any help
> Heberto Ghezzo Ph.D.
> Biostatistique medical
> Montreal - Canada
>   
use cran mirror:
for canada it could be:

http://cran.stat.sfu.ca/

   deb http://cran.stat.sfu.ca/bin/linux/ubuntu <http://%3Cmy.favorite.cran.mirror%3E/bin/linux/ubuntu> hardy/

you will have 2.9.0
> ______________________________________________
> R-help at 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.
>