Re: [R] Modify functions in base packages (needed for completion for proto objects)

2009-09-11 Thread Gabor Grothendieck
See ?assignInNamespace On Fri, Sep 11, 2009 at 10:02 AM, Vitalie S. wrote: > > Hello everyone, > > I am trying to implement completion for proto objects. Proto extends > environment in a hierarchical way. Thus completion should list all the names > in all it's parent environments. > > For "normal

[R] Modify functions in base packages (needed for completion for proto objects)

2009-09-11 Thread Vitalie S.
Hello everyone, I am trying to implement completion for proto objects. Proto extends environment in a hierarchical way. Thus completion should list all the names in all it's parent environments. For "normal" classes defining names.class would do the job, but completion for "environment"