How can I get ESS?
Here you can download ESS and related resources
ESS is implemented in the platform-independent programming language Emacs Lisp (eLisp) which is the extension language of Emacs. To run ESS in Emacs you have to first download the compressed eLisp source files and install them according to the following instructions. As different file compression formats are routinely used for different operating systems both <.tgz> (Unix/Linux) and <.zip> (MS Windows) file formats are provided.ESS - Latest Released Version
- Download ESS Version 24.01.1 (2024-02-07) [zip] [tgz] You can find the current, as well as previous, released version(s) in the archive.
-
Current as well as previous version(s) of ESS are available for download on GitHub [https://github.com/emacs-ess/ESS].
On GitHub, you can download every released version of ESS via their tags. However, inconsistencies of tags and the released archives have been observed: so please beware. Click on the "master" dropdown and select tags. Pick one and then "Download Zip".
ESS for Linux
On some distributions of Linux, ESS can be installed as an official RPM package via the package manager. For other distributions, the RPM packages are provided by private users. Please compare the version number of those packages with the latest release.- Fedora:
<emacs-ess> and you should get
emacs-ess . -
OpenSUSE,
in one of the sub directories
openSUSE.../noarch/ , (D. Steuer) -
Debian
or Debian-derived Linux distributions such as
Ubuntu
have an uptodate package "
ess " since 2008, i.e., from Debian "lenny" and "sid" and Ubuntu "intrepid" (= 8.10) on.
ESS for MS Windows and macOS
ESS - Current Developmental Version
- Zip download: Development version from GitHub [zip]
- Git access: The current development branch of ESS is also available as eLisp source code via the version control system Git. To download it to a local path, a Git client has to be installed on your system:
Git branch at GitHub: https://github.com/emacs-ess/ESS
Git Command: % git clone https://github.com/emacs-ess/ESS.git <local-path>
-
ESS - Emacs Speaks Statistics - Manual, Section 1.4
[HTML]
Rossini, A. J., Heiberger, R. M., Hornik, K., Maechler, M., Sparapani, R. A. and Eglen, S. J.
polymode
- polymode source code and installation tips on GitHub [Web]