Installation of library sections from .zip files
================================================

These are generic instructions for all my library sections.


This .zip archive was produced by the program ZIP of the Info-ZIP
project and is designed to be unpacked by UNZIP.  If you used PKUNZIP
you need to use the -d flag to preserve the directory structure;
WINZIP seems to do so.


This library will only work with S-Plus for Windows version 3.2 or
later.  The latest version available via the URLs

	http://www.stats.ox.ac.uk/pub/SWin
	http://lib.stat.cmu.edu/DOS/S/SWin



To install it, first find where S-Plus has been installed. The 
default place is C:\SPLUSWIN.  You can find out by starting S-Plus and
running the command

	> getenv("SHOME")
	          SHOME 
	 "C:\\SPLUSWIN"

(Here \\ means \.)  Then move this whole directory to the LIBRARY
directory in SHOME.

Alternatively go back to the directory containing the .zip file and run

	unzip name.zip -d C:\SPLUSWIN\LIBRARY

changing the name of SHOME if necessary.


To use the library section, use 

	> library(name)

To use help, use

	> help(fn_name, library="library_section_name")

or use my library(helpfix, first=T) and help or ? in the usual way.


Brian Ripley
ripley@stats.ox.ac.uk
http://www.stats.ox.ac.uk/~ripley/
