~ubuntu-branches/ubuntu/natty/ess/natty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
\input texinfo   @c -*-texinfo-*-
@comment %**start of header
@setfilename readme.info
@settitle ESS --- Emacs Speaks Statistics
@comment %**end of header

@include ess-defs.texi
@node General Information, , (dir), (dir)
@comment  node-name,  next,  previous,  up
@chapter General Information: README
@cindex README

This is the README file for the distribution of ESS version
@include ../VERSION

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, Stata and XLispStat.  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
(@email{rossini@@blindglobe.net}) did the initial port to XEmacs and has
been the primary coder.  Martin Maechler
(@email{maechler@@stat.math.ethz.ch}) and Kurt Hornik
(@email{Kurt.Hornik@@R-project.org}) have assisted with the S family and
XLispStat.  Stephen Eglen (@email{stephen@@gnu.org}) has worked mostly
on R support.  Richard M. Heiberger (@email{rmh@@temple.edu}) has
assisted with S/S-PLUS development for Windows.  Richard and Rodney
A. Sparapani (@email{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).
@c The name is ESS.  Not ESS-mode.

@ifplaintext
Table of Contents

@itemize @bullet
@item License
@item Stability
@item Requirements
@item Latest Version
@item Installation
@item Starting an ESS Process
@item New Features
@item Current Features
@item Reporting Bugs
@item Mailing Lists
@item Authors
@end itemize 
@end ifplaintext

@menu
* License::
* Stability::
* Requirements::
* Latest Version::
* Installation::
* Starting an ESS Process::
* New Features::
* Current Features::
* Reporting Bugs::
* Mailing Lists::
* Authors::
@end menu

@node License, Stability, General Information, General Information
@comment  node-name,  next,  previous,  up
@section License

@include license.texi

@node Stability, Requirements, License, General Information
@comment  node-name,  next,  previous,  up
@section Stability

@include stabilty.texi

@node Requirements, Latest Version, Stability, General Information
@comment  node-name,  next,  previous,  up
@section Requirements

@include requires.texi

@node Latest Version, Installation, Requirements, General Information
@comment  node-name,  next,  previous,  up
@section Getting the Latest Version

@include getting.texi
@c NOTE: The above INCLUDES inst_svn.texi (Subversion/SVN Installation)

@c    vvvvvvvvvvvv node name  *must* match the one in ./ess.texi !
@node Installation, Starting up, Latest Version, General Information
@comment  node-name,  next,  previous,  up
@section Installation

@include unixlike.texi
@include windows.texi

@node Starting up, Current Features, Installation, General Information
@comment  node-name,  next,  previous,  up
@section Starting an ESS process
To start an @Sl{} session on Unix or on Windows when you
use the Cygwin bash shell, simply type @kbd{M-x S RET}.

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

@node Current Features, New Features, Starting up, General Information
@comment  node-name,  next,  previous,  up
@section Current Features

@include currfeat.texi

@node New Features, Reporting Bugs, Current Features, General Information
@comment  node-name,  next,  previous,  up
@section New Features

@include newfeat.texi

@node Reporting Bugs, Mailing Lists, New Features, General Information
@comment  node-name,  next,  previous,  up
@section Reporting Bugs

@include bugrept.texi

@node Mailing Lists, Authors, Reporting Bugs, General Information
@comment  node-name,  next,  previous,  up
@section Mailing Lists

@include mailing.texi

@node Authors,  , Mailing Lists, General Information
@comment  node-name,  next,  previous,  up
@section Authors

@include authors.texi

@bye
@c Remember to delete these lines before creating the info file.
@iftex
@lucidbook
@bindingoffset = 0.5in
@parindent = 0pt
@end iftex

@comment Local Variables:
@comment TeX-master: "readme.texi"
@comment End: