-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
melt.data.frame OBJECT bit not set when value is POSIXct #50
Comments
Thanks for the report and the associated StackOverflow investigation. I'll take a look! |
kevinushey
added a commit
to kevinushey/reshape
that referenced
this issue
Jun 30, 2014
hadley
added a commit
that referenced
this issue
Jun 30, 2014
Make sure OBJECT bit appropriately set when melting (#50)
This should be fixed with 0658e7c. Please try the latest development version of Thanks! |
Note that we only use |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Simillar to issue #43. The OBJECT bit in the SEXP sxpinfo header is not being set when the value field is a vector with attributes, in this case,
POSIXct
. The effect is thatprint.default
get dispatched on the vector rather than the appropriate S3 method.Associated StackOverflow Q&A is here.
The text was updated successfully, but these errors were encountered: