search for: r_dispatchgeneric

Displaying 3 results from an estimated 3 matches for "r_dispatchgeneric".

2024 Feb 07
2
Difficult debug
...0== by 0x3243C6: do_which (summary.c:1152) > ==31730== by 0x23D8EF: bcEval (eval.c:7724) > ==31730== by 0x25731F: Rf_eval (eval.c:1152) > ==31730== by 0x25927D: R_execClosure (eval.c:2362) > ==31730== by 0x25A35A: R_execMethod (eval.c:2535) > ==31730== by 0x887E93F: R_dispatchGeneric (methods_list_dispatch.c:1151) > ==31730== by 0x2A0E72: do_standardGeneric (objects.c:1344) > ==31730== by 0x2577E7: Rf_eval (eval.c:1254) > ==31730== by 0x25927D: R_execClosure (eval.c:2362) > ==31730== by 0x25A01C: applyClosure_core (eval.c:2250) > ==31730== Address 0x...
2013 Nov 29
1
How to catch warnings sent by arguments of s4 methods ?
Hello, I apologized if this had already been addressed, and I also submitted this problem on SO: http://stackoverflow.com/questions/20268021/how-to-catch-warnings-sent-during-s4-method-selection Example code: setGeneric('my_method', function(x) standardGeneric('my_method') ) setMethod('my_method', 'ANY', function(x) invisible())
2024 Feb 07
2
Difficult debug
...oc (memory.c:2330) ==31730==??? by 0x3243C6: do_which (summary.c:1152) ==31730==??? by 0x23D8EF: bcEval (eval.c:7724) ==31730==??? by 0x25731F: Rf_eval (eval.c:1152) ==31730==??? by 0x25927D: R_execClosure (eval.c:2362) ==31730==??? by 0x25A35A: R_execMethod (eval.c:2535) ==31730==??? by 0x887E93F: R_dispatchGeneric (methods_list_dispatch.c:1151) ==31730==??? by 0x2A0E72: do_standardGeneric (objects.c:1344) ==31730==??? by 0x2577E7: Rf_eval (eval.c:1254) ==31730==??? by 0x25927D: R_execClosure (eval.c:2362) ==31730==??? by 0x25A01C: applyClosure_core (eval.c:2250) ==31730==? Address 0x10 is not stack'd, ma...