s-news
[Top] [All Lists]

Re: loading libraries

To: s-news@wubios.wustl.edu, hstevens@rci.rutgers.edu
Subject: Re: loading libraries
From: Prof Brian Ripley <ripley@stats.ox.ac.uk>
Date: Tue, 28 Nov 2000 13:14:22 +0000 (GMT)
Reply-to: Prof Brian Ripley <ripley@stats.ox.ac.uk>
> Date: Tue, 28 Nov 2000 07:55:03 -0500
> From: "Martin H. H. Stevens" <hstevens@rci.rutgers.edu>
> Subject: [S] loading libraries
> 
> I have recently discovered the joys of the extra libraries in S-plus
> (e.g., mass, hmisc), and I have been liberated! I, and I am sure
> COUNTLESS others, are deeply indebted to the authors of these fabulous
> tools.
> 
> I would like to load some libraries every time I start s-plus. How do I
> automate that?

Use library(foo) commands in .First, or workspaces in S-PLUS 2000.
(I guess you are using Windows, since only there will library(mass) work:
it is really MASS.)

-- 
Brian D. Ripley,                  ripley@stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595


<Prev in Thread] Current Thread [Next in Thread>
  • loading libraries, Martin H. H. Stevens
    • Re: loading libraries, Prof Brian Ripley <=