Rev 4269 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
o completion after $ works on names(). This is not OK for non-list namedobjects. On the other hand, we want to be able to $ completion on otherobjects that have a $method. Not sure what the best approach would be.o make filename completion work better. Do it in R?o what are the .__* things in S4 namespaces? Need to filter these out.> getNamespaceExports("stats4")[1] "AIC" "BIC" ".__C__mle"[4] "coef" "confint" ".__C__profile.mle"[7] ".__C__summary.mle" "logLik" ".__M__AIC:stats"...> stats4::.__C__mleSlots:Name: call coef fullcoef vcov min details minusloglClass: language numeric numeric matrix numeric list functionName: methodClass: character> .__C__mleError: object ".__C__mle" not found