Hi,
Thanks for making this wonderful package dplyr!
I'm facing an issue working with POSIXct dates and it seems very similar to this issue #194. The min() and max() functions work fine with dates, but nth() doesn't seem to retain the class information..
One can replicate this issue with the same example as @manuelreif reported in issue #194, just replacing the function min() with nth().
Hi,
Thanks for making this wonderful package dplyr!
I'm facing an issue working with POSIXct dates and it seems very similar to this issue #194. The min() and max() functions work fine with dates, but nth() doesn't seem to retain the class information..
One can replicate this issue with the same example as @manuelreif reported in issue #194, just replacing the function min() with nth().