-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Add arrow to line params #4659
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
Add arrow to line params #4659
Conversation
Arrows are not set in Line 216 in 6d19950
|
Thank you @clauswilke, that does seem to have done the trick. My example above now works. I guess add a bullet to news. Is there anything else I need to add here? |
Maybe also add a visual test? |
My apologies, but I'm not sure what that means. If you could point me to an example I'd gladly add it. |
See: https://vdiffr.r-lib.org/ Example: ggplot2/tests/testthat/test-geom-sf.R Lines 177 to 204 in 6e3ac81
|
Greatly appreciated, I will add |
@thomasp85 Ready to review at your schedule |
@JakeRuss It looks like you didn't commit the new reference images for the two visual tests. |
@clauswilke Thank you for all of your pointers |
The tests are failing. Please take a look. Looks like you need to write |
|
The reason why some of the tests still fail is because the reference images differ between the version you committed and the version generated in the github action. You may have outdated versions of some libraries. Not clear which ones, but if not vdiffr then possibly sf. |
Thanks, I will clean this up again today. I was running the testthat tests locally and it was complaining about data_frame, which I see now was because I didn't have it loaded. |
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.
Looks good to me.
@thomasp85 Any comments or concerns from your end?
Thanks @JakeRuss ! |
My vague recollection when I opened #4391, was I thought adding arrow was basically adding it to the list. As you can see from this commit it doesn't work.
I expected the following to work, but no.
I'm not sure I understand enough to complete this task