Skip to content
Prev 6867 / 15075 Next

help difficulties on

On Feb 10, 2010, at 4:44 PM, Ben Bolker wrote:

            
It seems likely a problem in your system setup -- possibly your temporary directory has wrong permission and/or TMP/TEMP settings are wrong. That is a long shot though, please use something like options(error=recover) to dump the call stack and look at the "out" value to see where is the problem on the machine.
That is completely unrelated - do you have a way to reproduce that?

Thanks,
Simon
options(error=recover)

enter the last frame and have a look at the value of out -- that will tell you where on the machine is R trying to create a file that fails. Also the frame stack may be useful in case it's a deeper error.
http://blog.gmane.org/gmane.comp.lang.r.mac

In your case I doubt you'll find much as this seems likely a peculiarity of your machine.