s-news
[Top] [All Lists]

Re: what are these files

To: <aczarn@cs.uwa.edu.au>
Subject: Re: what are these files
From: Prof Brian Ripley <ripley@stats.ox.ac.uk>
Date: Thu, 15 Nov 2001 13:35:27 +0000 (GMT)
Cc: <s-news@wubios.wustl.edu>
In-reply-to: <Pine.LNX.4.31.0111151220150.1985-100000@gannet.stats>
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


<Prev in Thread] Current Thread [Next in Thread>