Re: [Rd] Possible problem with S4 dispatch

2007-05-01 Thread Seth Falcon
Prof Brian Ripley <[EMAIL PROTECTED]> writes: > Note that you called > > selectMethod("mget", signature(x="character", envir=class(LLe))) > > by name rather than calling the visible function mget() (which you > could have supplied as fdef). I've never really got to the bottom of > the complicated

Re: [Rd] Possible problem with S4 dispatch

2007-05-01 Thread Prof Brian Ripley
On Mon, 30 Apr 2007, Seth Falcon wrote: > First a bit of disclaimer... I haven't isolated this problem into an > easy to reproduce case, and I won't be surprised if the root cause is > a fault in my code's use of name spaces or some such. Note that you called selectMethod("mget", signature(x="c

[Rd] Possible problem with S4 dispatch

2007-04-30 Thread Seth Falcon
Hi, First a bit of disclaimer... I haven't isolated this problem into an easy to reproduce case, and I won't be surprised if the root cause is a fault in my code's use of name spaces or some such. The error I'm seeing is one in which the desired method is not found. What worries me in terms of m