search for: mergeimportmethod

Displaying 1 result from an estimated 1 matches for "mergeimportmethod".

Did you mean: mergeimportmethods
2012 Apr 05
1
issue with base:::namespaceImportMethods
...neric was imported g <- allFuns[[i]] + p <- allPackages[[i]] if(exists(g, envir = self, inherits = FALSE) # already imported || g %in% vars) { # requested explicitly - tbl <- methods:::.TableMetaName(g, packages[[i]]) - if(is.null(.mergeImportMethods(self, ns, tbl))) # a new methods table + tbl <- methods:::.TableMetaName(g, p) + if(is.null(.mergeImportMethods(self, ns, tbl))) { # a new methods t able allVars <- c(allVars, tbl) # import it;else, was merged + generics <- c(generics,...