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

Bernd Weiss bernd.weiss at uni-koeln.de
Thu Oct 4 06:39:14 CEST 2007


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, deleting all
packages) everything works fine now.

Sorry for any confusion I may have caused.

Bernd



More information about the R-help mailing list