Displaying 4 results from an estimated 4 matches for "isclassunion".
2015 Jan 21
2
reducing redundant work in methods package
...s:::.findBasicFuns,tracer=function() { .count <<-
.count + 1 }); library(GenomicRanges); print(.count)
# Try this to capture the input and output of a set of functions you wish
to refactor
.init_test_data_collection <- function(ns = asNamespace("methods")) {
funs = c("isClassUnion", "getClass", "genericForPrimitive",
"possibleExtends", ".dataSlot", ".requirePackage", ".classEnv",
"getClassDef", "outerLabels", ".getClassFromCache", "getFunction")
message(paste0("...
2015 Jan 21
2
reducing redundant work in methods package
...nt + 1 }); library(GenomicRanges); print(.count)
>>
>> # Try this to capture the input and output of a set of functions you wish
>> to refactor
>>
>> .init_test_data_collection <- function(ns = asNamespace("methods")) {
>>
>> funs = c("isClassUnion", "getClass", "genericForPrimitive",
>> "possibleExtends", ".dataSlot", ".requirePackage", ".classEnv",
>> "getClassDef", "outerLabels", ".getClassFromCache", "getFunction")
>>...
2015 Jan 21
0
reducing redundant work in methods package
...{ .count <<-
> .count + 1 }); library(GenomicRanges); print(.count)
>
> # Try this to capture the input and output of a set of functions you wish
> to refactor
>
> .init_test_data_collection <- function(ns = asNamespace("methods")) {
>
> funs = c("isClassUnion", "getClass", "genericForPrimitive",
> "possibleExtends", ".dataSlot", ".requirePackage", ".classEnv",
> "getClassDef", "outerLabels", ".getClassFromCache", "getFunction")
>
> me...
2015 Jan 22
0
reducing redundant work in methods package
...nges); print(.count)
>>>
>>> # Try this to capture the input and output of a set of functions you wish
>>> to refactor
>>>
>>> .init_test_data_collection <- function(ns = asNamespace("methods")) {
>>>
>>> funs = c("isClassUnion", "getClass", "genericForPrimitive",
>>> "possibleExtends", ".dataSlot", ".requirePackage", ".classEnv",
>>> "getClassDef", "outerLabels", ".getClassFromCache", "getFunction")...