[Rd] bug or feature? (PR#4150)

axel.benz at iao.fhg.de axel.benz at iao.fhg.de
Sat Sep 13 14:37:28 MEST 2003


Full_Name: Axel Benz
Version: 1.7.1
OS: Windows
Submission from: (NULL) (137.251.33.43)


This feature seems to be a basic bug:

> 1=="1"
[1] TRUE
> as.numeric(1)=="1"
[1] TRUE
> as.numeric(1)==as.character("1")
[1] TRUE

isn't it necessary to distinguish beteen numbers and characters??

Best Regards,
Axel



More information about the R-devel mailing list