Skip to content
Prev 44716 / 63424 Next

improved methods error

> While trying to install a package, I received this error
    > ** preparing package for lazy loading
    > Error in matchSignature(signature, fdef, where) :
    > more elements in the method signature (2) than in the generic  signature (1)

    > A more helpful variant is

    > Error in matchSignature(signature, fdef, where) :
    > more elements in the method signature (2) than in the generic signature (1) 
    > for function 'sort'

You are right.
Thank you, Martin, for the patch ... [ --> R-devel revision 61376 ]

Martin Maechler