> Morgan, Martin
> on Fri, 4 Mar 2016 12:36:25 + writes:
> I see as below, where getGeneric and getMethod imply a different
signature; the signature is mode="any" for both cases in R version 3.2.3
Patched (2016-01-28 r70038)I don't know how to reproduce Jeff's error, though.
EASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
>
> other attached packages:
> [1] Matrix_1.2-4
>
> loaded via a namespace (and not attached):
> [1] grid_3.3.0 lattice_0.20-33
>
>
> __
s methods base
other attached packages:
[1] Matrix_1.2-4
loaded via a namespace (and not attached):
[1] grid_3.3.0 lattice_0.20-33
From: R-devel on behalf of Martin Maechler
Sent: Friday, March 4, 2016 6:05 AM
To: peter dalgaard
Cc: r-devel@r-project.org; Jeff Laak
> peter dalgaard
> on Fri, 4 Mar 2016 09:21:48 +0100 writes:
> Er, until _what_ is fixed?
> I see no anomalies with the version in R-pre:
Indeed.
The problem ... I also have stumbled over ..
is that I'm sure Jeff is accidentally loading a different
version of 'Matrix' than t
Er, until _what_ is fixed?
I see no anomalies with the version in R-pre:
> library(Matrix)
> as.vector
standardGeneric for "as.vector" defined from package "base"
function (x, mode = "any")
standardGeneric("as.vector")
Methods may be defined for arguments: x, mode
Use showMethods("as.vector")
I dug into this a little further and discovered the problem. When my
package is for checking, it loads Matrix. In the R-devel version of
Matrix, as.vector is re-defined without mode specified
> as.vector
standardGeneric for "as.vector" defined from package "base"
function (x, mode)
standardGene