-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Only use data_frame in tests #3003
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
Conversation
# R/plot-build.r
…me version and guard data.frame
I see one more problem, here: ggplot2/tests/testthat/test-geom-polygon.R Lines 13 to 15 in 4380cb9
Not immediately sure what the cause is.
Created on 2018-11-15 by the reprex package (v0.2.1) |
One other, minor issue that could be fixed as part of this PR: The Line 96 in 92d2777
|
Lines 96 to 105 in 4380cb9
|
The Lines 92 to 101 in 4380cb9
|
Thanks - weirdly this didn't pop up locally... 🤔 |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Some tests were added between the new_data_frame implementation and it's merge that used the now masked data.frame constructor. This PR fixes these so tests now passes