search for: baiyan

Displaying 3 results from an estimated 3 matches for "baiyan".

Did you mean: haiyan
2003 Mar 04
1
R version conflict.
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
2003 Mar 04
0
Finally get SJava work
Yeah!! I finally get SJava examples run on linux. The problems is that there's an old version installed on the machine, with static library. Unfortunately, the path of the old version is set before the new version, thus every time when R command is conducted, the old version is invoked (but I didn't know), and since the libR.so is not exist in that version, I always got linkage errors :(
2003 Mar 03
1
How to change the default library directory?
I installed SJava package at $R_HOME/lib/R/library/ When I conduct library(SJava), I always need to explicitly specify the library path, how could I change the default library path? I have included the SJava path in the LD_LIBRARY_PATH variable as: %echo $LD_LIBRARY_PATH R_HOME/lib/R/library:R_HOME/lib/R/library/SJava/libs:/usr/java/j2sdk1.4.0_01/jr$ The result in R is as: