~ubuntu-branches/ubuntu/edgy/ess/edgy

« back to all changes in this revision

Viewing changes to doc/readme.texi

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2005-03-22 13:48:07 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050322134807-9mpmbb799jugf248
Tags: 5.2.6-1
* New upstream release
* chmod -R u+w on orig source

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
@setfilename readme.info
4
4
@settitle ESS --- Emacs Speaks Statistics
5
5
@comment %**end of header
6
 
@comment $Id: readme.texi,v 1.21 2002/02/07 17:13:38 rsparapa Exp $
7
6
 
8
 
@node General Information
 
7
@node General Information, , (dir), (dir)
9
8
@comment  node-name,  next,  previous,  up
10
9
@chapter General Information: README
11
10
@cindex README
12
11
 
13
 
($Revision: 1.21 $, for ESS version 5.1.20)
14
 
 
15
 
This is the README file for the distribution of ESS version 5.1.20, the
16
 
gamma series we are using on the way to producing 5.2 (the next
17
 
stable distribution).  ESS is an Emacs-Lisp interface for interactive
18
 
statistical programming and data analysis.  Languages supported include:
19
 
S dialects (S 3/4, S-PLUS 3.x, and R), LispStat dialects (XLispStat,
20
 
ViSta), and SAS.  Stata and SPSS dialect (SPSS, PSPP) support is being
21
 
examined for possible future implementation (a preliminary Stata mode is
22
 
distributed).
23
 
 
24
 
Installation help can be found in sections for Unix Installation or
25
 
Windows Installion
26
 
 
27
 
 
28
 
ESS grew out of the desire for bug fixes and extensions to S-mode-4.8.
29
 
In particular, XEmacs support as well as extensions to incorporate R
30
 
were desired.  In addition, with new modes being developed for R,
31
 
Stata, and SAS, it was felt that providing for a unifying framework
32
 
would eliminate differences in the user interface, as well as to
33
 
provide for faster development of production tools and statistical
34
 
analysis.  5.1.x has, for its guts, the basic framework from S-mode.
35
 
However, it has been cleaned, streamlined, brought closer to
36
 
conformance as a standard GNU Emacs package, and redesigned for
37
 
modularity and reuse.
38
 
 
39
 
The current development team is led by A.J. (Tony) Rossini
40
 
(@email{rossini@@biostat.washington.edu}), who did the initial port to
 
12
This is the README file for the distribution of ESS version
 
13
@include ../VERSION
 
14
 
 
15
The first release of the 5.2 series.  ESS is a GNU Emacs and XEmacs mode
 
16
for interactive statistical programming and data analysis.  Languages
 
17
supported: the S family (S 3/4, S-PLUS 3/4/5/6/7, and R), SAS, XLispStat,
 
18
Stata and BUGS.  Installation help can be found in sections for both
 
19
Unix and Windows.  ESS grew out of the desire for bug fixes and
 
20
extensions to S-mode and SAS-mode as well as a consistent union of their
 
21
features in one package.
 
22
 
 
23
The current development team is led by Martin Maechler since August
 
24
2004. Former project leader A.J. (Tony) Rossini
 
25
(@email{rossini@@blindglobe.net}) did the initial port to
41
26
XEmacs and has been the primary coder.  Martin Maechler
42
27
(@email{maechler@@stat.math.ethz.ch}) and Kurt Hornik
43
28
(@email{hornik@@ci.tuwien.ac.at}) have assisted with S-PLUS, S4, R, and
44
 
XLispStat sub-modes, and Richard M. Heiberger 
45
 
(@email{rmh@@fisher.stat.temple.edu}) has assisted with S-PLUS (under MS
46
 
Windows and remote access) and S4 development.  Richard and Rodney Sparapani 
47
 
(@email{rsparapa@@mcw.edu}) have done much of the work for implementing the 
48
 
SAS sub-mode.  Douglas Bates (@email{bates@@stat.wisc.edu}) contributed the 
49
 
initial S4 mode.
50
 
 
51
 
We are grateful to David M. Smith, the previous developer (for S-mode
52
 
3.x and 4.x), as well as to the initial developers of S-mode, Doug
53
 
Bates, Ed Kademan and Frank Ritter.
54
 
 
55
 
In addition, some of the code has been and will be borrowed from Tom
56
 
Cook (from his excellent SAS mode) and Thomas Lumley (preliminary
57
 
Stata mode), gratefully (from us) and with permission (from them).
58
 
 
59
 
The name is @b{ESS}.  Not ESS-mode.
 
29
XLispStat.  Stephen Eglen (@email{stephen@@gnu.org}) has worked mostly
 
30
on R support.  Richard M. Heiberger (@email{rmh@@temple.edu}) has
 
31
assisted with S-PLUS and S4 development for Windows.  Richard and
 
32
Rodney A. Sparapani (@email{rsparapa@@mcw.edu}) have done much of the work
 
33
implementing interactive SAS (iESS[SAS]) and batch SAS (ESS[SAS]) support.
 
34
 
 
35
We are grateful to the previous developers of S-mode (Doug Bates, Ed Kademan,
 
36
Frank Ritter, David M. Smith), SAS-mode (Tom Cook) and Stata-mode (Thomas
 
37
Lumley).
 
38
@c The name is ESS.  Not ESS-mode.
60
39
 
61
40
@menu
62
41
* License::
65
44
* Stability::
66
45
* Requirements::
67
46
* Latest Version::
68
 
* Installation (from tar file)::
 
47
* Installation::
69
48
* Reporting Bugs::
70
49
* Mailing Lists::
71
50
* Authors::
101
80
 
102
81
@include requires.texi
103
82
 
104
 
@node Latest Version, Installation (from tar file), Requirements, General Information
 
83
@node Latest Version, Installation, Requirements, General Information
105
84
@comment  node-name,  next,  previous,  up
106
85
@section Getting the Latest Version
107
86
 
108
87
@include getting.texi
109
 
@c NOTE: The above INCLUDES inst_cvs.texi (CVS Installation)
 
88
@c NOTE: The above INCLUDES inst_svn.texi (Subversion/SVN Installation)
110
89
 
111
 
@node Installation (from tar file), Reporting Bugs, Latest Version, General Information
 
90
@c    vvvvvvvvvvvv node name  *must* match the one in ./ess.texi !
 
91
@node Installation, Reporting Bugs, Latest Version, General Information
112
92
@comment  node-name,  next,  previous,  up
113
93
@section Installation (from tar file)
114
94
 
115
95
@include inst_tar.texi
116
96
 
117
 
@node Reporting Bugs, Mailing Lists, Installation (from tar file), General Information
 
97
@node Reporting Bugs, Mailing Lists, Installation, General Information
118
98
@comment  node-name,  next,  previous,  up
119
99
@section Reporting Bugs
120
100