[Rd] eigen()
Martin Maechler
maechler at stat.math.ethz.ch
Tue Jan 10 16:55:39 CET 2006
>>>>> "BDR" == Prof Brian Ripley <ripley at stats.ox.ac.uk>
>>>>> on Tue, 10 Jan 2006 15:01:00 +0000 (GMT) writes:
BDR> I haven't seen most of this thread, but this is a classic case of passing
BDR> integers instead of doubles. And indeed
BDR> else if(is.numeric(x)) {
BDR> storage.mode(x) <- "double"
BDR> has been removed from eigen.R in R-devel in r36952. So that's the
BDR> culprit.
and I am the culprit of that revision. I'll fix this ASAP.
Martin
More information about the R-devel
mailing list