Re: [R] Removing script file

2008-07-29 Thread Prof Brian Ripley
On Tue, 29 Jul 2008, Dennis Fisher wrote: Colleagues, (Running R 2.7.0) I have a script that I want to delete as it completes execution. The penultimate line of the script (before the quit command) is: file.remove("Scriptname") The script is executed as: R --no-save < Scriptna

[R] Removing script file

2008-07-29 Thread Dennis Fisher
Colleagues, (Running R 2.7.0) I have a script that I want to delete as it completes execution. The penultimate line of the script (before the quit command) is: file.remove("Scriptname") The script is executed as: R --no-save < Scriptname In OS X and Linux this is successful an