Hi Everyone, I am currently using *R version 3.0.0 RC (2013-03-28 r62434) -- "Masked Marvel"* I am using Ubuntu 10.04 LTS- the Lucid Lynx. I downloaded the tar.gz of R 3.1.0 under my Downloads folder. I changed my directory to Downloads folder and then used following commands to install the version. I used tar -xzf tar.gz cd R-3.1.0 ./configure make make check Now i can see a bin folder under R-3.1.0 which has R. On the terminal when I use R it still gives me R version 3.0.0 RC (2013-03-28 r62434) -- "Masked Marvel" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. How can I use R 3.1.0 version. I also want to use that version on R studio. I guess it is just the path issue? Any help Regards VG
Installation of R version 3.1.0
3 messages · VG, Brian Ripley, John
On 14/08/2014 17:15, VG wrote:
Hi Everyone, I am currently using *R version 3.0.0 RC (2013-03-28 r62434) -- "Masked Marvel"* I am using Ubuntu 10.04 LTS- the Lucid Lynx. I downloaded the tar.gz of R 3.1.0 under my Downloads folder.
Why? 3.1.1 is current.
I changed my directory to Downloads folder and then used following commands to install the version. I used tar -xzf tar.gz cd R-3.1.0 ./configure make make check
But you did not install it ... see the 'R Installation and Administration Manual' which file INSTALL directed you to. You are missing some variant on 'make install'.
Now i can see a bin folder under R-3.1.0 which has R. On the terminal when I use R it still gives me R version 3.0.0 RC (2013-03-28 r62434) -- "Masked Marvel" Copyright (C) 2013 The R Foundation for Statistical Computing Platform: i686-pc-linux-gnu (32-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. How can I use R 3.1.0 version. I also want to use that version on R studio. I guess it is just the path issue? Any help Regards VG [[alternative HTML version deleted]]
______________________________________________ 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.
Brian D. Ripley, ripley at stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford 1 South Parks Road, Oxford OX1 3TG, UK
On Thu, 14 Aug 2014 12:15:58 -0400
VG <gupta567varun at gmail.com> wrote:
Hi Everyone, I am currently using *R version 3.0.0 RC (2013-03-28 r62434) -- "Masked Marvel"* I am using Ubuntu 10.04 LTS- the Lucid Lynx. I downloaded the tar.gz of R 3.1.0 under my Downloads folder. I changed my directory to Downloads folder and then used following commands to install the version. I used tar -xzf tar.gz cd R-3.1.0 ./configure make make check
Currently you've compiled and verified compilation. You need to install it. Go to the R-3.10 directory, the one you compile from and run sudo make install