Displaying 2 results from an estimated 2 matches for "internaldispatchmethod".
2016 Mar 04
2
as.vector in R-devel loaded 3/3/2016
...standardGeneric("as.vector")
<bytecode: 0x29a6bd0>
<environment: 0x299f988>
Methods may be defined for arguments: x
Use showMethods("as.vector") for currently available ones.
> selectMethod("as.vector", "ANY")
Method Definition (Class "internalDispatchMethod"):
function (x, mode)
.Internal(as.vector(x, mode))
<environment: base>
Signatures:
x
target "ANY"
defined "ANY"
> sessionInfo()
R Under development (unstable) (2016-02-27 r70232)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 14.04.4...
2016 Mar 04
2
as.vector in R-devel loaded 3/3/2016
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")
<environment: 0x7fe8f4516640>
Methods may be defined for arguments: x, mode
Use showMethods("as.vector") for