Displaying 1 result from an estimated 1 matches for "initclassesandmethod".
Did you mean:
initclassesandmethods
2003 Feb 19
3
Rcmd check does not recognize formal generic function as code object
...d source for pixmap and
confirmed that it has the same problem with rcmd check that I mention here.
Any advice gratefully received, including any tips about how to write
organise .Rd files for generic methods.
Thanks
Gordon
-------------------------------- test.R -----------------------------
.initClassesandMethods <- function(where) {
setGeneric("myGenericFun",where=where,
def=function(object) standardGeneric("myGenericFun"))
setMethod("myGenericFun","ANY",where=where,
def=function(object) paste("myGenericFun on object of
class",class(o...