| Documentation: Xpose v3.104 |
This documentation refers to version 3.104 for S-PLUS. For later versions for R, click here.
The original Xpose manual may be downloaded here (Adobe PDF).
Installing Xpose 3.104
UNIX/Linux - binary installation
Replace Splus5 with the command you use to run S-PLUS (e.g. Splus6).
- Unpack the Xpose distribution:
% gunzip xp3104.tar.gz
% tar xf xp3104.tar
This will create a directory xpose31.
- Move the xpose31 directory to /SHOME/library where SHOME is the top directory of the S-PLUS installation tree. You should now have: /SHOME/library/xpose31.
Done!
UNIX/Linux - installation from source code
- Follow the steps for a binary installation above.
- cd to the new directory:
% cd /SHOME/library/xpose31
- Remove the .Data directory
% rm -rf .Data
- Create a new CHAPTER
% Splus5 CHAPTER
- Start S-PLUS and source the Xpose installation function:
% Splus5
> source("Src/install.xpose.S")
- Install Xpose
> install.xpose()
Done!
MS Windows - binary installation
- Unpack the Xpose distribution (you can use 7-Zip to do this, for example). This will create the directory xpose31.
- Copy the xpose31 directory to the library directory of your S-PLUS installation. The location of this varies depending on your S-PLUS version but is usually something like:
c:\Program Files\Sp2000\library
or
c:\Program Files\Insightful\Splus6\library.
Done!
MS Windows & S-Plus 2000 - installation from source code
- Follow the steps for a binary installation above.
- Remove the _Data directory in the xpose31 directory.
- Start S-PLUS 2000.
- Create a new Workspace in the xpose31 directory - File|Workspace|New. Browse to the xpose31 directory and click OK.
- Open a Commands Window and type: source("Src/install.xpose.S")
- Install Xpose
> install.xpose()
Done!
MS Windows & S-Plus 6 - installation from source code
- Follow the steps for a binary installation above.
- Remove the .Data directory in the xpose31 directory.
- Start S-PLUS 6.
- Create a new CHAPTER in the xpose31 directory: File|Chapters|New Working Chapter. Browse to the xpose31 directory and click OK.
- Open a Commands Window and type: source("Src/install.xpose.S")
- Install Xpose
> install.xpose()
Running Xpose
> library(xpose31)
> xpose31()