Hi! I am installing R in non standard directory. ./configure --prefix=/non/standard/directory The installation works fine. But after starting R i get .libPaths() /usr/lib/R/library but they cant be there of course! Have I to set some additional switches during config? Eryk Dipl. bio-chem. Eryk Witold Wolski @ MPI-Moleculare Genetic Ihnestrasse 63-73 14195 Berlin 'v' tel: 0049-30-84131469 / \ mail: wolski@molgen.mpg.de ---W-W---- http://www.molgen.mpg.de/~wolski [[alternative HTML version deleted]]
On Fri, 30 Apr 2004 21:01:32 +0200 "Wolski" <wolski at molgen.mpg.de> wrote:> Hi! > I am installing R in non standard directory. > ./configure --prefix=/non/standard/directory > > The installation works fine. > But after starting R i get > .libPaths() > /usr/lib/R/library > > but they cant be there of course!Looks like the prefix doesn't get promoted to exec-prefix try ./configure --prefix=/no/st/di --exec-prefix=/no/st/di May or may not solve it. hth detlef> > Have I to set some additional switches during config? > Eryk > > Dipl. bio-chem. Eryk Witold Wolski @ MPI-Moleculare Genetic > Ihnestrasse 63-73 14195 Berlin 'v' > tel: 0049-30-84131469 / \ > mail: wolski at molgen.mpg.de ---W-W---- http://www.molgen.mpg.de/~wolski > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Wolski wrote:> > Hi! > I am installing R in non standard directory. > ./configure --prefix=/non/standard/directory > > The installation works fine. > But after starting R i get > .libPaths() > /usr/lib/R/libraryAre you sure you have started the R version in /non/standard/directory rather than another one that is installed in a standard location? Uwe Ligges> but they cant be there of course! > > Have I to set some additional switches during config? > Eryk > > Dipl. bio-chem. Eryk Witold Wolski @ MPI-Moleculare Genetic > Ihnestrasse 63-73 14195 Berlin 'v' > tel: 0049-30-84131469 / \ > mail: wolski at molgen.mpg.de ---W-W---- http://www.molgen.mpg.de/~wolski > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Seemingly Similar Threads
- Is there a way to represent the ... argument in signature?
- 2 images with 2 color scales on one graphic device. How to get it?
- Hiding internal package functions for the doc. pkg-internal.Rd
- plot.dendrogram and plot.hclust ZOOM into the height?
- Object "silhouette.default" not found. But I knew that it is there.