Displaying 1 result from an estimated 1 matches for "__c__bindargs2".
Did you mean:
__c__bindargs
2008 Sep 09
1
building a package that contains S4 classes and methods
...Object, function( x, y ) f( x, y, ... ) ))
Everything works well within a R session but I can build the package.
If I look at the internal R file that this created I get
`.__C__BindArgs` <-
<S4 object of class structure("classRepresentation", package = "methods")>
`.__C__BindArgs2` <-
<S4 object of class structure("classRepresentation", package = "methods")>
`.__M__initialize:methods` <-
<S4 object of class structure("MethodsList", package = "methods")>
`.__T__initialize:methods` <-
<environment>
Well, let j...