Hello, To obtain the latest R packages, add an entry like:
deb http://my.favorite.cran.mirror/bin/linux/ubuntu feisty/ in your /etc/apt/sources.list file :: * First open a terminal (Applications - Accessories - terminal). * Then open /etc/apt/sources.list with root privileges: type in the terminal gksudo gedit /etc/apt/sources.list You will need to give your user password (this assumes you are a user with root privileges) and then the file will load in the editor "gedit". Save the file and exit gedit To install the complete R system, use sudo apt-get update sudo apt-get install r-base Users who need to compile packages should also install the r-base-dev package: sudo apt-get install r-base-dev After that, you start R from the terminal by typing (capital! Linux is case sensitive!) R Now, the terminal prompt changes into the R prompt >. If you now type demo(graphics) and the graphics demo runs as expected, you are pretty much sure that your installation is OK. After this procedure, your R installation will eventually be updated automatically through Ubuntu's update manager. Best Regards, Adnen CHOCKRI On Sun, Apr 27, 2008 at 9:03 PM, Jose Bustos Melo <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm trying to change the operative systems in the Lab Biology. Now We are > using Ubuntu 7.10 and we are trying to install the R software. > > Someone can send some step to do this instalation easy? Like for dummies, > because we are so novice in this system. > > Thank you in all. > > José Bustos > > > --------------------------------- > > [[elided Yahoo spam]] > Intercambia los objetos que ya no necesitas y ayuda a mantener un entorno > más ecológico. > > [[alternative HTML version deleted]] > > > ______________________________________________ > 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. > > [[alternative HTML version deleted]]
______________________________________________ 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.