[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following section details those steps necessary to get ESS running on your system.
2.1 Unix installation | Installing ESS on your Unix system | |
2.2 Microsoft Windows installation | Installing ESS on your MS Windows system | |
2.3 Requirements | emacs, Operating Systems and Statistical Packages |
We now discuss installation, which might happen under Unix or Microsoft Windows. First, we discuss Unix installation. See section 2.1 Unix installation.
For Microsoft Windows Installation please skip to the See section 2.2 Microsoft Windows installation.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
gunzip ess-VERSION.tar.gz tar xvf ess-VERSION.tar |
(or: |
The tar
command will create the subdirectory ess-VERSION and unarchive
the files there.
(load "ESSDIR/ess-VERSION/lisp/ess-site") |
Alternatively, if ess-site.el is in your current Lisp path, you can do:
(require 'ess-site) |
M-x R
.
If you want to place the compiled files in other locations edit the LISPDIR and INFODIR entries in `Makeconf' in the ESSDIR/ess-VERSION directory (if you are using XEmacs, then you also need to edit the EMACS entry as follows: EMACS=xemacs).
You can compile those files by:
make all |
When that completes successfully, install the compiled files:
make install |
This will install the compiled info files and lisp files. If you are an
XEmacs user, then you should be done. If not, then you may have to
edit/create the file `dir' that is found in the directory specified
by INFODIR
: see the sample `dir' in ESSDIR/ess-VERSION/doc/info.
If `dir' does not exist in INFODIR
, then the sample
`dir' will be installed.
Note: ESS can be installed for XEmacs as an XEmacs package much more easily than what has been described anywhere above. However, the latest ESS version will not be available at the same time as an XEmacs package; generally, it can take weeks or months to appear in the latter format. For more information on installing ESS as an XEmacs package see Quickstart Package Guide.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
For Microsoft Windows installation, please follow the next steps: (see separate instructions above for UNIX See section 2.1 Unix installation.
cd c:\emacs |
Extract the files from the distribution, which will unpack into a subdirectory, `ess-VERSION'.
gunzip ess-VERSION.tar.gz tar xvf ess-VERSION.tar (or: |
The tar
command will extract files into the current directory.
Do not create `ess-VERSION' yourself, or you will get an extra level of depth to your directory structure.
path=%PATH%;c:\progra~1\spls2000\cmd |
My Computer/Control Panel/System/Advanced/Environment Variables
menu.
Note that the directory containing the program is
added to the PATH, not the program itself. One such line is needed
for each software program. Be sure to use the abbreviation
progra~1
and not the long version with embedded blanks. Use
backslashes "\".
(load "/PATH/ess-site") |
/PATH
above with the
value of ess-lisp-directory as defined in `ess-site.el'. Use
forwardslashes /
.
(GNU Emacs uses the filename `%HOME%/.emacs' and
XEmacs uses the filename `%HOME%/.xemacs/init.el'
for the initialization file.)
To start the S-PLUS [67].x GUI from ESS under emacs:
M-x S
(or |
C-c C-n
or C-c C-r
keys.
(If you are still using S-PLUS 4.x or 2000, then use M-x S+4
.)
To start an S-PLUS [67].x session inside an emacs buffer--and without the S-PLUS GUI:
M-x Sqpe
(or |
C-c C-n
or C-c C-r
keys.
Interactive graphics are available with Sqpe by using the java
library supplied with S-PLUS 6.1 and newer releases.
Enter the commands:
library(winjava) java.graph() |
java.graph
device
in several formats, but not PostScript. If you
need a PostScript file you will need to open a separate
postscript
device.
(If you are still using S-PLUS 4.x or 2000, then use M-x Sqpe+4
.)
To connect to an already running S-PLUS GUI (started, for example, from the S-PLUS icon):
M-x S+6-existing |
C-c C-n
or C-c C-r
keys.
(If you are still using S-PLUS 4.x or 2000, then use M-x S+4-existing
.)
If you wish to run R, you can start it with:
M-x R |
XLispStat can not currently be run with
M-x XLS |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
on the following platforms
with the following versions of emacs
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |