> all.equal(1, c(a=1)) [1] TRUE
Under S-Plus 6.2, I get the comparison I expected:
> all.equal(1, c(a = 1))
[1] "target, current classes differ: integer : named" [2] "class of target is \"integer\", class of current is \"named\" (coercing current to class of target)"
Thanks,
Spencer Graves______________________________________________ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
