~ubuntu-branches/ubuntu/saucy/ess/saucy-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2011-02-03 16:10:05 UTC
  • mfrom: (1.2.19 upstream)
  • Revision ID: james.westby@ubuntu.com-20110203161005-g1bg3cd5mtu15uh3
Tags: 5.13-1
New upstream version released today

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
This is the README file for the distribution of ESS version
5
5
 
6
 
   5.12
 
6
   5.13
7
7
 
8
8
   ESS is a GNU Emacs and XEmacs mode for interactive statistical
9
9
programming and data analysis.  Languages supported: the S family (S,
70
70
1.2 Stability
71
71
=============
72
72
 
73
 
All released versions (5.x, x >= 4) are meant to be release-quality
74
 
versions.  While some new features are being introduced, we are
75
 
cleaning up and improving the interface.  We know about some remaining
76
 
documentation inconsistencies.  Patches or suggested fixes with bug
 
73
All recent released versions are meant to be release-quality versions.
 
74
While some new features are being introduced, we are cleaning up and
 
75
improving the interface.  We know that there are many remaining
 
76
opportunities for documentation improvements, but all contributors are
 
77
volunteers and time is precious. Patches or suggested fixes with bug
77
78
reports are much appreciated!
78
79
 
79
80
1.3 Requirements
80
81
================
81
82
 
82
83
ESS is most likely to work with current/recent versions of the following
83
 
statistical packages: R/S-PLUS, SAS, Stata and JAGS. The one exception
84
 
is BUGS which is quite old, but should still work.
 
84
statistical packages: R/S-PLUS, SAS, Stata and JAGS. BUGS, which is
 
85
quite old now, is deprecated but it might still work.
85
86
 
86
87
   ESS supports current/recent versions of GNU Emacs and XEmacs.  Most
87
88
notably, the GNU Emacs 22 series and XEmacs 21.4.14 or higher
166
167
 
167
168
  6. If you see a buffer named `*ESS*', then the manual instructions
168
169
     were most likely successful.  If not, then send a query to
169
 
     <ess-help@stat.math.ethz.ch> explicitly describing your problem
170
 
     and your environment including operating system, Emacs version,
171
 
     ESS version, etc.
 
170
     <ess-help@r-project.org> explicitly describing your problem and
 
171
     your environment including operating system, Emacs version, ESS
 
172
     version, etc.
172
173
 
173
174
   _XEmacs Simple Instructions:_ for recent versions of XEmacs (21.x or
174
175
higher) and ESS, the installation process is simple.
204
205
 
205
206
  6. If you see a buffer named `*ESS*', then the manual instructions
206
207
     were most likely successful.  If not, then send a query to
207
 
     <ess-help@stat.math.ethz.ch> explicitly describing your problem
208
 
     and your environment including operating system, XEmacs version,
209
 
     ESS version, etc.
 
208
     <ess-help@r-project.org> explicitly describing your problem and
 
209
     your environment including operating system, XEmacs version, ESS
 
210
     version, etc.
210
211
 
211
212
  1. (OPTIONAL) COMPILING E-LISP:
212
213
 
259
260
 
260
261
  6. If you see a buffer named `*ESS*', then the manual instructions
261
262
     were most likely successful.  If not, then send a query to
262
 
     <ess-help@stat.math.ethz.ch> explicitly describing your problem
263
 
     and your environment including operating system, Emacs version,
264
 
     ESS version, etc.
 
263
     <ess-help@r-project.org> explicitly describing your problem and
 
264
     your environment including operating system, Emacs version, ESS
 
265
     version, etc.
265
266
 
266
267
   _XEmacs Simple Instructions:_ for recent versions of XEmacs (21.x or
267
268
higher), the installation process is much simpler.  Hopefully, these
310
311
 
311
312
  8. If you see a buffer named `*ESS*', then the manual instructions
312
313
     were most likely successful.  If not, then send a query to
313
 
     <ess-help@stat.math.ethz.ch> explicitly describing your problem
314
 
     and your environment including operating system, XEmacs version,
315
 
     ESS version, etc.
 
314
     <ess-help@r-project.org> explicitly describing your problem and
 
315
     your environment including operating system, XEmacs version, ESS
 
316
     version, etc.
316
317
 
317
318
   Now, you should be ready to use ESS.  For example, to edit
318
319
statistical programs, load the files with the requisite extensions
429
430
====================
430
431
 
431
432
   * Languages Supported:
432
 
        * S family (S 3/4, S-PLUS 3.x/4.x/5.x/6.x/7.x/8.x, and R)
 
433
        * S family (S 3/4, S-PLUS and R)
433
434
 
434
435
        * SAS
435
436
 
439
440
 
440
441
        * XLispStat including Arc and ViSta
441
442
 
442
 
   * Editing source code (S family, SAS, BUGS/JAGS, XLispStat)
 
443
   * Editing source code (S family, SAS, BUGS/JAGS, Stata)
443
444
        * Syntactic indentation and highlighting of source code
444
445
 
445
446
        * Partial evaluation of code
452
453
 
453
454
        * Use of imenu to provide links to appropriate functions
454
455
 
455
 
   * Interacting with the process (S family, SAS, XLispStat)
 
456
   * Interacting with the process (S family, SAS, Stata)
456
457
        * Command-line editing
457
458
 
458
459
        * Searchable Command history
466
467
 
467
468
        * Interface to the help system
468
469
 
469
 
   * Transcript manipulation (S family, XLispStat)
 
470
   * Transcript manipulation (S family, Stata)
470
471
        * Recording and saving transcript files
471
472
 
472
473
        * Manipulating and editing saved transcripts
483
484
1.10 New Features
484
485
=================
485
486
 
 
487
     Changes/New Features in 5.13:
 
488
        * ESS[R]: On Windows, for R 2.12.0 and later, the Rterm
 
489
          executables  (in subdirectories i386 / x64) now are found as
 
490
          well as for earlier R versions.
 
491
 
 
492
        * ESS[S+]: on Windows, both 32- and 64-bit versions of S+
 
493
          ("S-PLUS")  are found now and made available on the menu.
 
494
 
 
495
        * ESS[R]: When prompting for a starting directory, the R
 
496
          version is  (always?) correct now.
 
497
 
 
498
        * ESS[R]: on non-Windows platforms, the `use-dialog-box'
 
499
          variable is no longer temporarily changed (to `nil' for
 
500
          R-x.y.z version  functions and to `t' for `R' itself), but
 
501
          rather the user  customization is obeyed.
 
502
 
 
503
        * ESS[R]: more Roxygen improvements.
 
504
 
 
505
        * `Rd-preview-help' now generates preview buffers with
 
506
          navigation facilities the same as regular help buffers.
 
507
 
 
508
        * ESS: New functions and keys C-c [up] / [down]  for evaluating
 
509
          the buffer "from beginning till here".
 
510
 
486
511
     Changes/New Features in 5.12:
487
512
        * ESS[SAS] Font-locking:  update of PROCs keywords (up to SAS
488
513
          9.22); error/warnings.
493
518
        * ESS[Rd]: support new keywords:  section-name \subsection plus
494
519
          a dozen "new" keywords; should match R  2.12.x now.
495
520
 
496
 
        * `ess-display-help-on-object' (`C-c C-v')  now _cashes_ the
497
 
          list of topics, thus speeding up the improvemed  feature
 
521
        * `ess-display-help-on-object' (`C-c C-v')  now _caches_ the
 
522
          list of topics, thus speeding up the improvement  feature
498
523
          introduced in 5.9.
499
524
 
500
525
     Changes/New Features in 5.11: