search for: obji

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

Did you mean: obj
2003 Sep 02
1
completeSubclasses() methods bug (PR#4051)
...Is() "where" defaults to topEnv() and fails because "aafGO" doesn't exist in that environment and "list" is sealed. completeSubclasses should be specifying my package for "where" instead of using the default. > library(annaffy) Error in setIs(class2, obji@superClass, extensionObject = obji, doComplete = FALSE) : Cannot create a setIs relation when neither of the classes ("aafGO" and "list") is local and modifiable in this package Error in setClass("aafGO", "aafList", prototype = list(), where = where)...
2025 Jan 18
0
How setClass() may introduce a binary dependency between packages
...f_PrintValue(R_GlobalContext->call) assign(mname, def, where) (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->call) assignClassDef(class2, classDef2, where2, TRUE) (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->call) setIs(class2, cli, extensionObject = obji, doComplete = FALSE, where = where) (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->nextcontext->call) completeSubclasses(classDef2, class1, obj, where) (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->nextcontext->nextcontext->...
2025 Jan 18
0
How setClass() may introduce a binary dependency between packages
...ext->call) > assign(mname, def, where) > (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->call) > assignClassDef(class2, classDef2, where2, TRUE) > (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->call) > setIs(class2, cli, extensionObject = obji, doComplete = FALSE, > where = where) > (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->nextcontext->call) > completeSubclasses(classDef2, class1, obj, where) > (gdb) call Rf_PrintValue(R_GlobalContext->nextcontext->nextcontext->nextcontext-...