Re: [R] zoo: bug with unique for yearmon

2009-11-09 Thread Achim Zeileis
On Mon, 9 Nov 2009, Achim Zeileis wrote: On Mon, 9 Nov 2009, Johann Hibschman wrote: I'm using R 2.10.0, with zoo 1.5-8. The release notes for zoo 1.5-8 claim a bug with unique for yearmon objects has been fixed, but I'm still having problems. 1. Please report such problems (also) to the mai

Re: [R] zoo: bug with unique for yearmon

2009-11-09 Thread Achim Zeileis
On Mon, 9 Nov 2009, Johann Hibschman wrote: I'm using R 2.10.0, with zoo 1.5-8. The release notes for zoo 1.5-8 claim a bug with unique for yearmon objects has been fixed, but I'm still having problems. 1. Please report such problems (also) to the maintainers and not (only) to the list. 2.

[R] zoo: bug with unique for yearmon

2009-11-09 Thread Johann Hibschman
I'm using R 2.10.0, with zoo 1.5-8. The release notes for zoo 1.5-8 claim a bug with unique for yearmon objects has been fixed, but I'm still having problems. Browse[1]> tmp2 [1] "Dec 1996" "Dec 1996" Browse[1]> unique(tmp2) [1] "Dec 1996" "Dec 1996" Browse[1]> unique(unique(tmp2)) [1] "Dec 1996"