Skip to content
Prev 85743 / 398503 Next

Permanent assignments

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.