Skip to content
Prev 10446 / 63421 Next

S4 Method Collisions with "[" (PR#4075)

colin@colinsmith.org wrote:
I'm not sure exactly what's happening, but with (or without) saved
images you should put a require(Biobase) _in the main source_ for the
library (in order to guarantee that it's there when setMethod(), etc.
calls are evaluated).  There is then no need to load it separately in
.First.lib.  I'm a little surprised this worked at all.

(We're trying to arrange that the source code for the package looks the
same as  it would if source'd directly into the global environment.)