Re: [Rd] seeing an S4 method, not using it

2008-05-24 Thread Thibaut Jombart
Dear Martin, thank you for your answer. My question is indeed the same as: http://tolstoy.newcastle.edu.au/R/e2/devel/07/09/4469.html Sorry for missing it. > The short answer seems to be that this is fixed in the devel > implementation of S4 (at least, my effort at reproducing this was > succe

Re: [Rd] seeing an S4 method, not using it

2008-05-23 Thread Martin Morgan
Hi Thibaut -- The short answer seems to be that this is fixed in the devel implementation of S4 (at least, my effort at reproducing this was successful in 2.7 but not R version 2.8.0 Under development (unstable) (2008-05-22 r45762)). I think it is like this http://tolstoy.newcastle.edu.au/R

[Rd] seeing an S4 method, not using it

2008-05-23 Thread Thibaut Jombart
Dear list, here is a problem I met when trying to use a method for an S4 object, without loading the package in which the method was defined. I do not know if this is a bug, or a mistake of mine. Normally, I think the package in which the appropriate method is defined is loaded automatically