ESS - Emacs Speaks Statistics

 

1 General Information: README

This is the README file for the distribution of ESS version 16.10

ESS is a GNU Emacs and XEmacs mode for interactive statistical programming and data analysis. Languages supported: the S family (S, S-PLUS and R), SAS, BUGS/JAGS and Stata. ESS grew out of the desire for bug fixes and extensions to S-mode and SAS-mode as well as a consistent union of their features in one package.

Installation instructions are provided in sections for both Unix and Windows; see below.

The current development team is led by Martin Maechler since August 2004. Former project leader A.J. (Tony) Rossini (rossini@blindglobe.net) did the initial port to XEmacs and has been the primary coder. Martin Maechler (maechler@stat.math.ethz.ch) and Kurt Hornik (Kurt.Hornik@R-project.org) have assisted with the S family and XLispStat. Stephen Eglen (stephen@gnu.org) has worked mostly on R support. Richard M. Heiberger (rmh@temple.edu) has assisted with S/S-PLUS development for Windows. Richard and Rodney A. Sparapani (rsparapa@mcw.edu) have done much of the work improving SAS batch and interactive support. Rodney has also extended ESS to support BUGS/JAGS and has an interest in improving Stata support.

We are grateful to the previous developers of S-mode (Doug Bates, Ed Kademan, Frank Ritter, David M. Smith), SAS-mode (Tom Cook) and Stata-mode (Thomas Lumley).


Next: , Previous: , Up: General Information  

1.1 License

The source and documentation of ESS is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

ESS is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License in the file COPYING in the same directory as this file for more details.


Next: , Previous: , Up: General Information  

1.2 Stability

All recent released versions are meant to be release-quality versions. While some new features are being introduced, we are cleaning up and improving the interface. We know that there are many remaining opportunities for documentation improvements, but all contributors are volunteers and time is precious. Patches or suggested fixes with bug reports are much appreciated!


Next: , Previous: , Up: General Information  

1.3 Requirements

ESS is most likely to work with current/recent versions of the following statistical packages: R/S-PLUS, SAS, Stata, OpenBUGS and JAGS.

ESS supports current, and recent, stable versions of GNU Emacs (currently, the 24.x and 25.x series; alpha/beta/pre-release versions are NOT SUPPORTED). Non-Windows users beware: GNU Emacs 24.3 is preferable to 24.1 or 24.2: these broken builds suffer from bug 12463 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=12463 which will cause Emacs to get progressively slower over time.

Due to XEmacs lacking some features that ESS requires, ESS support of XEmacs ended with ESS 12.04-4.

To build the PDF documentation, you will need a version of TeX Live or texinfo that includes texi2dvi (BEWARE: recent TeX Live, and some texinfo RPMs, do NOT include texi2dvi).


Next: , Previous: , Up: General Information  

1.4 Getting the Latest Version

The latest released version of ESS is always available on the web at: ESS web page or StatLib

1.4.1 Git for ESS development

For development and experimentation on new ESS features, there is now a GitHub branch for ESS, available at https://github.com/emacs-ess/ESS.


Next: , Previous: , Up: General Information  

1.5 Installation

  1. Download the latest zip or tgz archive from ESS downloads area and unpack it into a directory where you would like ESS to reside. We will denote this directory as /path/to/ESS/ hereafter.

    Alternatively you can use git to fetch the most recent development version to your local machine with:

    git clone https://github.com/emacs-ess/ESS.git /path/to/ESS
    
  2. Optionally, compile elisp files and build the documentation with:
    cd /path/to/ESS/
    make
    

    Without this step, info, pdf and html documentation and reference card will not be available.

  3. Optionally, install into your local machine with make install. You might need administrative privileges:
    make install
    

    The files are installed into /usr/share/emacs directory. For this step to run correctly on Mac OS X, you will need to adjust the PREFIX path in Makeconf. The necessary code and instructions are commented in that file.

  4. If you have performed the make install step from above, just add
    (require 'ess-site)
    

    to your ~/.emacs file. Otherwise, you should add /path/to/ESS/lisp/ to your emacs load path and then load ESS with the following lines in your ~/.emacs:

    (add-to-list 'load-path "/path/to/ESS/lisp/")
    (load "ess-site")
    
  5. Restart your Emacs and check that ESS was loaded from a correct location with M-x ess-version.

Note for Windows and Mac OS X users: The most straightforward way to install Emacs on your machine is by downloading all-in-one Emacs binary by Vincent Goulet.

Note for XEmacs users: Due to XEmacs lacking some features that ESS requires, ESS support of XEmacs ends with ESS 12.04-4. This decision will be re-visited in the future as XEmacs continues to sync with GNU Emacs.


Next: , Previous: , Up: General Information  

1.6 Starting an ESS process

To start an S session on Unix or on Windows when you use the Cygwin bash shell, simply type M-x S RET.

To start an S session on Windows when you use the MSDOS prompt shell, simply type M-x S+6-msdos RET.


Next: , Previous: , Up: General Information  

1.7 Current Features


Next: , Previous: , Up: General Information  

1.8 New Features

Changes and New Features in 16.10:

Bug fixes in 16.10:

Changes and New Features in 16.04:

Bug fixes in 16.04:

Changes and New Features in 15.09:

Changes and New Features in 15.03-1:

Changes and New Features in 15.03:

Bug Fixes in 15.03:

Changes / Selected Bug Fixes in 14.09:

Changes / Selected Bug Fixes in 13.09-1:

Changes/New Features in 13.09:

Changes/New Features in 13.05:

Changes/Bug Fixes in 12.09-2:

Changes/New Features in 12.09-1:

Bug Fixes in 12.09-1:

Changes/New Features in 12.09:

Changes/Bug Fixes in 12.04-3:

Changes/New Features in 12.04-1:

Bug Fixes in 12.04-1:

Changes/New Features in 12.04:

Changes/New Features in 12.03:


Next: , Previous: , Up: General Information  

1.9 Reporting Bugs

Please send bug reports, suggestions etc. to ESS-bugs@r-project.org

The easiest way to do this is within Emacs by typing

M-x ess-submit-bug-report

This also gives the maintainers valuable information about your installation which may help us to identify or even fix the bug.

If Emacs reports an error, backtraces can help us debug the problem. Type "M-x set-variable RET debug-on-error RET t RET". Then run the command that causes the error and you should see a *Backtrace* buffer containing debug information; send us that buffer.

Note that comments, suggestions, words of praise and large cash donations are also more than welcome.


Next: , Previous: , Up: General Information  

1.10 Mailing Lists

There is a mailing list for discussions and announcements relating to ESS. Join the list by sending an e-mail with "subscribe ess-help" (or "help") in the body to ess-help-request@r-project.org; contributions to the list may be mailed to ess-help@r-project.org. Rest assured, this is a fairly low-volume mailing list.

The purposes of the mailing list include


Previous: , Up: General Information  

1.11 Authors