Skip to content
Prev 172070 / 398503 Next

problem with an old .RData file

When you load your old workspace, try

conflicts(detail = TRUE)

The workspace contains a lazyload promise from that very old version, 
with the name of a system function.  You need to delete that promise 
from the workspace, and the command above should help you find which 
it is.

One guess is 'file', in which case use 'rm(file)' .
On Sat, 28 Feb 2009, Marco Barb?ra wrote:

            
It is gzip format.  But looking inside the file will not help you, 
even whn you know the 'R Internals' manual backwards: the format is 
simply not human-readable.