Skip to content
Prev 4114 / 63421 Next

save/load hooks

On Fri, 21 Jul 2000, Timothy H. Keitt wrote:

            
R objects contain their complete state as far as R is concerned.  Could you
give us an example of why you want this?  I guess you must have some
non-standard objects in mind, in which case it seems wasteful to do this
for all R objects in a workspace.

Another potential problem on loading is ordering: how do you ensure that
what you want to do is already available?  The workspace is loaded before
any profiles, so only a minimal set of functions is available, excludng any
packages bar base.  And the error handling at that stage is I think
incomplete, given that tey() does not work in profiles.