search for: cse514

Displaying 2 results from an estimated 2 matches for "cse514".

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 might check your path -- you probably have an old version that > comes before t...
2003 Mar 03
1
How to change the default library directory?
...E/lib/R/library:R_HOME/lib/R/library/SJava/libs:/usr/java/j2sdk1.4.0_01/jr$ The result in R is as: ---------------------------------------------------- > library(SJava) Error in library(SJava) : There is no package called `SJava' > library(SJava, lib.loc="/disk/hopper/projects/class/cse514/R/lib/R/library") Warning message: The Java machine is no longer initialized automatically. You must explicitly load it in: firstlib(which.lib.loc, package) > ---------------------------------------------------- Another question is about firstlib, what should I do to initialize the Java ma...