Skip to content
Prev 280 / 21312 Next

[Bioc-devel] generics from Biobase not found during package installation

Hi Florian,
   I suspect that the problem is that you will need to make use of 
.onLoad. One of the tricky bits with the "save image" technology is that 
any methods that you want to associate with generics from another 
package must have the setMethod code run each time the package is loaded 
(or attached). For any generics you define we save time by doing the 
association at package build time (because it cannot change).

   There is one example in Biobase (and I think some more substantial 
ones in iSPlot),

   Robert
Florian Hahne wrote: