Displaying 1 result from an estimated 1 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)...