Future method consistency#2
Conversation
|
Thanks Teun! I added an extra commit above to fix the generic compatibility for Cheers, |
|
Great, thank you! |
|
Hi @teunbrand, perhaps I misunderstood how this is supposed to work, but CRAN won't take the new version because it fails the S3 method consistency check against the current version of ggplot2 in the archive. They say to wait until ggplot2 is updated and add a versioned dependency on that. |
|
OK this may have been a misunderstanding on my part then, thank you for circling back! |
|
In the submission I explained the reason for the change, that it was coordinated, and that the new ggplot was expected soon. For reference, here's the message I received:
It's not clear if they mean that they want ggplot2 and its dependencies in the submission queue at the same time, or if they'll let through ggplot2 even with the revdep check failures and those can be fixed separately afterward. |
I think this would be the plan, as it is impossible to coordinate among all reverse dependency maintainers. I think the version dependency they mention would just be |
Hi there,
We've been preparing a new major release for ggplot2 and found an issue during a reverse dependency check.
This PR silences a S3 method consistency warning we found during this check.
You can test your code with the development version of ggplot2 by installing it as follows:
We aim to release the new ggplot2 version in about 2 weeks, and hope you can submit a fix to CRAN around that time or let us know when ggplot2 should change. Hopefully this will inform you in a timely manner.
Best wishes,
Teun