On Thu, 15 Nov 2001, Prof Brian Ripley wrote:
> .Audit is used to keep a record of all the commands entered. This could
> be examined via
>
> Splus AUDIT
>
> in S-PLUS 3.4, but that seems missing in 5.1.
>
> It's possible to make .Data/.Audit unwriteable, when nothing is
> recorded. As in
>
> chmod u-w .Data/.Audit
>
> This will give a warning you can ignore.
>
>
> last.dump is the last dump from an error, set because the default for
> options(error=dump.calls) dumps the calls in that object. It's likely to
> be small unless options(error=dump.frames) is used. If you know what you
> are doing and really don't want it, set options(error=dump.calls).
Oops, that mis-pasted. See options(error=NULL).
--
Brian D. Ripley, ripley@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272860 (secr)
Oxford OX1 3TG, UK Fax: +44 1865 272595
|