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

These are generic instructions for all the library sections I have ported.


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 versions 3.2, 3.3,
4.0 or later.

To install it, first find where S-Plus has been installed. The default
place is C:\SPLUSWIN for 3.x, C:\Program Files\splus4 for 4.0.  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 under 3.x, use

	> help(fn_name, library="library_section_name")

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

To use help under 4.x, use help or ? as usual.


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