[R] R version conflict.

Peter Dalgaard BSA p.dalgaard at biostat.ku.dk
Tue Mar 4 09:15:05 CET 2003


Bai Yan <baiyan at ece.ogi.edu> writes:

> My mistake :(
> Seems that there's another R installed by root. So when I use .libPaths()
> there're two of them:
> 
> > .libPaths()
> [1] "/disk/hopper/projects/class/cse514/R/library"
> [2] "/usr/lib/R/library"
> 
> How could the second path be enabled then? The R_LIBS have already been
> set to as the [1] only.

If that happens, you're running the installed R, not the one you
compiled. You need to run it as /where/you/put/it/bin/R (or bin/R if
you're in the toplevel build dir).

-- 
   O__  ---- Peter Dalgaard             Blegdamsvej 3  
  c/ /'_ --- Dept. of Biostatistics     2200 Cph. N   
 (*) \(*) -- University of Copenhagen   Denmark      Ph: (+45) 35327918
~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk)             FAX: (+45) 35327907




More information about the R-help mailing list