search for: tablemetaname

Displaying 2 results from an estimated 2 matches for "tablemetaname".

2012 Apr 05
1
issue with base:::namespaceImportMethods
...ables if asked for ## or if the corresponding generic 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 i...
2014 Nov 25
0
problem with setGroupGeneric from package methods
...eric) reset <- identical(attach, "reset") if(!exists(".MTable", envir = fenv, inherits = FALSE)) .setupMethodsTables(generic) ### !!! mtable <- get(".MTable", envir = fenv) if(!reset) { env <- as.environment(where) tname <- .TableMetaName(generic at generic, generic at package) if(exists(tname, envir = env, inherits = FALSE)) { .mergeMethodsTable(generic, mtable, get(tname, envir = env), attach) } ## else used to warn, but the generic may be implicitly required ## by class inheritance, without any explicit meth...