Skip to content

Permanent assignments

3 messages · Mikael Anderson, Brian Ripley, Gabor Grothendieck

#
On Sat, 4 Feb 2006, Mikael Anderson wrote:

            
It is not possible (a consequence of the scoping differences is that R 
objects are not self-contained).  If you want S-PLUS, you know where to 
get it.
Take a look at the R-devel version of R.  That has a signal handler that
allows you to save your work when it catches a segfault etc.  Or you could 
ensure that you call save.image() before doing anything error-prone.

  
    
#
You may be able to get checkpoint software that will periodically
save the state of the computer, including memory, allowing you
to roll back to any point.   That would not be R specific.  I don't
know specifically where to get it but maybe someone else knows
of or uses such software.
On 2/4/06, Mikael Anderson <mikael.anderson at gmail.com> wrote: