s-news
[Top] [All Lists]

FW:

To: <s-news@wubios.wustl.edu>
Subject: FW:
From: "Leeds, Mark" <mleeds@mlp.com>
Date: Mon, 15 Sep 2003 20:36:14 -0400
Thread-index: AcN76SIRjASy89c2TgClSbCMnDWhdQAARbxQ
Thread-topic: FW:
 
-----Original Message-----
From: Leeds, Mark
Sent: Monday, September 15, 2003 8:26 PM
To: Leeds, Mark
Subject:

I have a function called First.lib that
fires up these smaller libraries that
I built that contain different functions. 
 
.First.lib.q<- function(lib.loc,section)
 
lib.loc=paste(lib.loc,section,sep="/")
library(section="calc",lib.loc=lib.loc)
library(section="graph",lib.loc=lib.loc)
library(section="pairs_test",lib.loc=lib.loc)
library(section="pairs_sim",lib.loc=lib.loc)
 
}
 
It was working fine in that
whenever an Splus session
was started , these libraries
were in the search list.
I was very happy about this.
 
Now, I am in a directory
and sort of by accident,
I did Splus Chapter so
that a chapter was initialized.
 
Now, when I fire up Splus
there, the search list
doesn't have those libraries that
I made. Does anyone know
if this is supposed to happen
and, if so, how can I make
Splus know about those libraries
even if a Chapter has been initialized.
 
 
                                    Thanks.
 
<Prev in Thread] Current Thread [Next in Thread>
  • FW:, Leeds, Mark <=