[R] Saving problem with rm150

ripley@stats.ox.ac.uk ripley at stats.ox.ac.uk
Fri May 10 21:49:18 CEST 2002


?save mention save.image.defaults.  Try

options(save.image.defaults=list(safe=FALSE))

Looks like file.rename() is not working, in which case this should
fix the problem.  If it does, put it in the startup Rprofile.


On Fri, 10 May 2002, Ken  Nussear wrote:

> I'm having trouble saving the image files when using rm150 under OSX. I
> had the same problem with rm14*, so it is not a new issue to me. When
> trying to save the image file I am prompted to give a name for the file.
> R then says that the file could not be saved, but will be stored in
> filenameTMP, where filename is the name I gave in the previous dialog
> box. This also occurs when attempting to overwrite an existing file.
> The image that is saved under the filenameTMP file is indeed a valid
> file, no problems there, I'm just wondering how to get R to save without
> this issue?
>
> Thanks for the help
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>

-- 
Brian D. Ripley,                  ripley at 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

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list