-
Notifications
You must be signed in to change notification settings - Fork 991
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
Handling how data.table::melt is not passing to reshape2::melt.list method anymore. #3633
Comments
I think you missed this NEWS item from a couple weeks ago, when passing to reshape2 was removed, if I understand correctly https://github.com/Rdatatable/data.table/pull/3577/files#diff-8312ad0561ef661716b48d09478362f3
I use melt.list, melt.matrix and perhaps a few others with only data.table loaded. Since it is a breaking change for these use cases, maybe the NEWS should be more clear about the consequences, eg by starting the NEWS item with something like
before giving the historical context/rationale/comments. |
Thanks guys. I wasn't aware these features are missing when we got rid of |
Maybe we could revert that change and add warning for now, so those who are not reading NEWS will be informed on coming breaking change. |
ok. still have a goal to get rid of it for 1.12.4 |
Hello, I wanted to implement a Would it be possible to alter this behaviour, calling |
@odelmarcelle I'm not sure this is possible without a |
Pardon my limited knowledge of the subject, but wouldn't it be possible to at least search among registered S3 methods before redirecting to I created a small reproducible example of this. First, an illustration of the issue I'm facing:
Perhaps I'm missing something important here, but redefining the condition on
|
That sounds promising... would you be willing to write it into a PR? |
So a lot of my old code is breaking using the dev version of data.table (1.12.3). This isn't critical but I wanted to bring it up here before I start making changes willynilly.
By continuing to file this new issue / feature request, I confirm I have :
This is what the news says about the issue:
Minimal reproducible example
Was data.table going to provide a list method of some kind? How does one best provide a method for data.table to see when it calls melt from data.table's namespace?
#
Output of sessionInfo()
The text was updated successfully, but these errors were encountered: