Re: [R] Completion for proto objects

2009-09-12 Thread Vitalie S.
On Fri, 11 Sep 2009 18:56:36 +0200, Gabor Grothendieck wrote: in the devel version. If that does not help let me know offline and I will try to help you. Thanks Gabor, I solved the problem. Here is the code in case somebody else wants to have full completions for proto objects: # slightl

Re: [R] Completion for proto objects

2009-09-11 Thread Gabor Grothendieck
You might check the bugs section on the proto home page and if any of those seem to apply try the devel version of proto (or the workaround mentioned) as all known bugs are fixed in the devel version. If that does not help let me know offline and I will try to help you. See: http://r-proto.google

Re: [R] Completion for proto objects

2009-09-11 Thread Vitalie S.
On Fri, 11 Sep 2009 16:07:45 +0200, Gabor Grothendieck wrote: See ?assignInNamespace thanks for the hint. It works to some extent. Functions are redefined in "base" but utils:::specialCompletions seems not to preform properly: ls.proto <- function(x){ # function to complete .local