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
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
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