Skip to content
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' can preserve attributes as well, like 'dcast' does now #702

Closed
arunsrinivasan opened this issue Jun 21, 2014 · 1 comment
Closed
Assignees
Milestone

Comments

@arunsrinivasan
Copy link
Member

Now that #688 is implemented, to be consistent, we'll also try to retain attributes in melt wherever possible.

Note that melt.data.table used to retain attributes, which was changed to be consistent with melt from reshape2 at the time. But since reshape2's melt now also retain attributes, this change would be much better.

@arunsrinivasan arunsrinivasan added this to the v1.9.4 milestone Jun 21, 2014
@arunsrinivasan arunsrinivasan self-assigned this Jun 21, 2014
@arunsrinivasan arunsrinivasan removed this from the v1.9.4 milestone Jun 26, 2014
@arunsrinivasan arunsrinivasan added this to the v1.9.6 milestone Sep 24, 2014
@arunsrinivasan arunsrinivasan modified the milestones: v1.9.6, v1.9.8 Oct 10, 2014
@arunsrinivasan
Copy link
Member Author

This commit 07b90de fixes it. melt now retains attributes wherever possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant