Displaying 1 result from an estimated 1 matches for "bindargs2".
Did you mean:
bindargs
2008 Sep 09
1
building a package that contains S4 classes and methods
...OR: lazy loading failed for package 'TDC'
** Removing
'/home/mariepierre/Packages/PermAlgo/PermAlgo/PermAlgo2/TDC.Rcheck/TDC'
The problem is with my classes and methods. The respective files contain:
setClass("BindArgs", signature( "function" ))
setClass("BindArgs2", signature( "function" ))
and
setMethod("initialize", "BindArgs", function( .Object, f, ... )
callNextMethod( .Object, function( x ) f( x, ... ) ))
setMethod("initialize", "BindArgs2", function( .Object, f, ...)
callNextMethod...