This directory contains libraries for S-Plus for Windows in the form of
ZIP files.  These can be unpacked by unzip.exe (here, for 386 machines)
or by PKZIP.  Use BINARY file transfer for all files.


Venables & Ripley `Modern Applied Statistics with S-Plus'
---------------------------------------------------------

fixes.zip	FIXES directory
mass32.zip	MASS library for S-Plus version 3.2 or 3.3
mass31.zip	MASS library for S-Plus version 3.1
nnet.zip	nnet library for S-Plus version 3.2 or 3.3
spatial.zip	spatial library for S-Plus version 3.2 or 3.3
treefix.zip	treefix library for S-Plus version 3.2 or 3.3
unzip.exe	MS-DOS 386 executable to unpack the zip archives


The treefix.zip contains software formerly in the MASS library:
for the corrected tree functions use library(treefix, first=T).


The zip files can be unpacked by any recent version of UNZIP or PKZIP,
with

	unzip mass32.zip -d c:\spluswin\library
or

	cd c:\spluswin\library
	pkunzip -d path\mass32.zip

These commands place the directory mass in the S-Plus library directory,  
c:\spluswin\library, which may need to be changed.

Important: Users of S-Plus for Windows 3.1 must use mass31.zip instead.

If using 3.2 rel 1 install the fixes; unzip fixes.zip to your
S-Plus working directory and see its read.me.


Brian Ripley
ripley@stats.ox.ac.uk
