-
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
Completely axe reshape2 from code #3549
Comments
According to comment (probably very old one) in
Question is, should we create generic methods for |
I thought we already have such generics?
…On Tue, May 14, 2019, 8:03 PM Jan Gorecki ***@***.***> wrote:
According to comment (probably very old one) in melt
# if data is not data.table and reshape2 is installed, this won't dispatch to reshape2's method;
# CRAN package edarf and others fail without the else branch
Question is, should we create generic methods for dcast and melt?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3549?email_source=notifications&email_token=AB2BA5PBOSH2Y5EUNCUVY3TPVKTALA5CNFSM4HLKLF2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVLID5A#issuecomment-492208628>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB2BA5IOPCXMR57VRAE3X3TPVKTALANCNFSM4HLKLF2A>
.
|
lines 98-108 of NAMESPACE? |
Now that we're taking ownership of Of course we'd have to go through a deprecation cycle, but ultimately do we agree with this behavior? Ditto:
|
FWIW reshape2 is not dead nor deprecated, it is only "retired". This means that development has stopped but it continues to be maintained on CRAN and will continue to work for the foreseeable future. |
You can see our lifecycle definitions at https://www.tidyverse.org/lifecycle/#retired. |
As mentioned in #3542,
reshape2
is dead since a year ago.We removed it from suggests but still have some snippets like:
I don't think it makes sense to support such functionality anymore.
Question is, are we safe to just get rid of it right away, or do we need to lifecycle it out?
The text was updated successfully, but these errors were encountered: