Re: [R] as.numeric(FALSE) fails after loading the Matrix package

2007-10-03 Thread Prof Brian Ripley
On Thu, 4 Oct 2007, Bernd Weiss wrote: > Dear all, > > is this a bug? Did you install package Matrix under that exact version of R? This is the symptom of using a version of Matrix installed under R 2.5.x in R 2.6.0. It works correctly with the CRAN Windows versions of R 2.6.0 and Matrix. Try

Re: [R] as.numeric(FALSE) fails after loading the Matrix package

2007-10-03 Thread Bernd Weiss
Bernd Weiss schrieb: > Dear all, > > is this a bug? > > >> as.numeric(FALSE) > [1] 0 >> library(Matrix) > Loading required package: lattice >> as.numeric(FALSE) > Error in UseMethod("as.double") : no applicable method for "as.double" > After doing a complette reinstallation (uninstalling R, de

[R] as.numeric(FALSE) fails after loading the Matrix package

2007-10-03 Thread Bernd Weiss
Dear all, is this a bug? > as.numeric(FALSE) [1] 0 > library(Matrix) Loading required package: lattice > as.numeric(FALSE) Error in UseMethod("as.double") : no applicable method for "as.double" > Regards, Bernd > version _ platform i386-pc-mingw32 arch i386 o