Displaying 1 result from an estimated 1 matches for "s3_internal".
Did you mean:
_internal
2013 Jul 31
2
S3 internal and group generics
...;Math", ...)
* As well as log2 and log10, tools:::.get_internal_S3_generics() fails
to include cbind and rbind, even though they are listed in ?"internal
generics"
Based on my reading of the documentation and the source code, I
believe this function lists all S3 internal generics:
s3_internal <- function(fname) {
# Functions in S4 group generics should be the same
group <- c(getGroupMembers("Arith"), getGroupMembers("Compare"),
getGroupMembers("Logic"), getGroupMembers("Math"), getGroupMembers("Math2"),
getGroupMembers(...