Bai Yan <[EMAIL PROTECTED]> 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 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
