An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20061213/2bbf4cbf/attachment.pl
Install R in Linux
3 messages · lu kan, Peter Dalgaard, John Kane
lu kan wrote:
Hi, Is it possible to install R in a linux box (Debian) without being a root. I know I can compile the R source code, but there is no F77 compiler on the box. So is it possible to install binary R without being a root?
(We did see it the first time!!) In a word, no. Either you need to install the binaries as root or install sufficient build tools as root. There's a slight chance that you could unpack the Debian binaries somewhere and then fix up the paths, but you're on your own.
O__ ---- Peter Dalgaard ?ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907
1 day later
--- Peter Dalgaard <P.Dalgaard at biostat.ku.dk> wrote:
lu kan wrote:
Hi, Is it possible to install R in a linux box
(Debian) without being a root. I know I can compile the R source code, but there is no F77 compiler on the box. So is it possible to install binary R without being a root?
(We did see it the first time!!) In a word, no. Either you need to install the binaries as root or install sufficient build tools as root. There's a slight chance that you could unpack the Debian binaries somewhere and then fix up the paths, but you're on your own.
If you really need to use it and are not root, a slow but workable approach is to install R on a USB stick and run from there. I have done this for R.2.3.1 but I have not upgraded to a newer package.