When you use the S-PLUS program it issues a prompt when it expects input commands. The default prompt is ``>'', which is sometimes the same as the shell prompt, and so it may appear that nothing is happening. However, as we shall see, it is easy to change to a different S-PLUS prompt if you wish. In these notes we will assume that the shell prompt is ``$''.
In using S-PLUS the suggested procedure for the first occasion is as follows:
mkdir work
cd work
mkdir .Data
Splus -e
q()
The procedure is simpler using S-PLUS after the first time:
Make work the working directory and start the program as before:
cd work
Splus -e
Use the S-PLUS program, terminating with the q() command at the end of the session.