s-news
[Top] [All Lists]

Re: what are these files

To: Prof Brian Ripley <ripley@stats.ox.ac.uk>
Subject: Re: what are these files
From: Gary Sabot <gary@sabot.com>
Date: Thu, 15 Nov 2001 08:43:35 -0500
Cc: <aczarn@cs.uwa.edu.au>, <s-news@wubios.wustl.edu>
In-reply-to: <Pine.LNX.4.31.0111151220150.1985-100000@gannet.stats>
References: <3BF3EBE1.10032.AA3D0D6@localhost> <Pine.LNX.4.31.0111151220150.1985-100000@gannet.stats>
   To: <aczarn@cs.uwa.edu.au>
   From: Prof Brian Ripley <ripley@stats.ox.ac.uk>
   Date: Thu, 15 Nov 2001 13:16:58 +0000 (GMT)
   Subject: Re: [S] what are these files
   
   .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.
 
A cleaner way is to set the environment variable S_NOAUDIT to T before
running S.  This is a new variable for SPlus 6.0, but unfortunately it
was left out of the list on pages 433-434 of Chapter 9 of the S-PLUS 6
for Unix/Linux User's Guide.

--gary

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