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. Thanks, yan On Mon, 3 Mar 2003, Robert Gentleman wrote: > You might check your path -- you probably have an old version that > comes before the new one that you just built. > > On Mon, Mar 03, 2003 at 02:44:51PM -0800, Bai Yan wrote: > > > > Download R-1.6.2 source code package from http://cran.r-project.org and > > compiled successfully. > > When run library(grid), get error message as the R version is 1.5.1, and > > cannot support grid package. The weird thing is that R.Version() returned > > as this R is actualy 1.5.1 > > > > Did anybody get the same problem? or I made something wrong? Thanks. > > > > ---------------------------------------- > > > library(grid) > > Error: This is R 1.5.1, package grid needs >= 1.6.0 > > > R.Version() > > $platform > > [1] "i686-pc-linux-gnu" > > > > $arch > > [1] "i686" > > > > $os > > [1] "linux-gnu" > > > > $system > > [1] "i686, linux-gnu" > > > > $status > > [1] "" > > > > $major > > [1] "1" > > > > $minor > > [1] "5.1" > > > > $year > > [1] "2002" > > > > $month > > [1] "06" > > > > $day > > [1] "17" > > > > $language > > [1] "R" > > > > ______________________________________________ > > [EMAIL PROTECTED] mailing list > > http://www.stat.math.ethz.ch/mailman/listinfo/r-help > > -- > +---------------------------------------------------------------------------+ > | Robert Gentleman phone : (617) 632-5250 | > | Associate Professor fax: (617) 632-2444 | > | Department of Biostatistics office: M1B20 | > | Harvard School of Public Health email: [EMAIL PROTECTED] | > +---------------------------------------------------------------------------+ > ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
