-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Deprecate qplot() #4079
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
Deprecate qplot() #4079
Conversation
Team - should we pull the trigger on this? I don't think any more coercion without deprecation will move remaining users so there is no point in waiting longer. It is either deprecation of |
What exactly does deprecate mean at this point? Does it mean throw a warning when somebody uses |
This pull request was intended for this. |
Then I'm in support. |
Yeah, this will have to go through the proper and very very long deprecation process... but it will allow us to better ignore the function during development |
This should be ready for review now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good - had no idea we were using plot so much in the tests 😬
Yeah, I too didn't expect I would have to modify so many lines... Thanks for reviewing, I'm merging this. |
Close #3956
TODO
.Deprecate()
toqplot()
stat
andposition
and throw errorsqplot()
qplot()
in testsRemaining quesitons
How should we rewrite(I decided to just delete them)translate_qplot_ggplot
andtranslate_qplot_lattice
?qplot()
?