Dear all, I m sorry because perhaps my question had been asked and answered previously. I have installed R version 1.3.1 on PC with some version of linux Redhat and I m currently working with it. I want to install the new R version 1.4.0. Is it a simple way to do it ? I have looked in R manual but I have not found the solution. Thanks you in advance. Aboubakar Maitournam. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On 15-Jan-2002 Aboubakar Maitournam wrote:> Dear all, > > I m sorry because perhaps my question had been asked and > answered previously. > I have installed R version 1.3.1 on PC with some version of > linux Redhat and I m currently working with it. > I want to install the new R version 1.4.0. > Is it a simple way to do it ? I have looked in R manual but I have not > found the solution.Binary packages of R are available for Red Hat Linux 6.x and 7.x. Look on CRAN ( http://cran.r-project.org ) under "R binaries". You can upgrade R with rpm -Uvh R-base-1.4.0-1.i386.rpm You should also download and install the R-recommended package. If your current version of R was installed manually, you will also have to remove it manually. Martyn -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
At 09:43 1/15/2002 +0100, Aboubakar Maitournam wrote:>-Language: en >To: r-help at stat.math.ethz.ch >Subject: [R] Installationdownload the tarball expand it in, lets say /src change directory to /src/R-xxx ./configure --prefix=/opt/R-xxx make make install change directory to /opt/R-xxx/bin start the progr. with ./R this is basically the standard install/compile procedure under linux. You will probably have to enrich your linux installation with all tools & libraries necessary: ex. gcc, f2c, flex, yacc, ... whatever. It is possible to maintain several versions of R on the same computer. Although I experience problems while saving the workspace image. Regards, Rik -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._