-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fix Position docs #3223
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
Fix Position docs #3223
Conversation
The function signature is `compute_panel(self, data, params, scales) -> data`
Thanks |
FYI: you needed to run |
Sure, but for one-off fixes using the GitHub UI, that’s not feasible. Maybe there should be a bot that recognizes PRs that change |
Given that there can be several functions inside a single |
The idea is simpler: If any line in a
I can do that too, but why not automate something as boring as that? |
I like the idea. It deserves to live somewhere other than ggplot2 PR comments. |
What are you thinking? Sadly roxygen2 doesn’t live in an organization where we could propose that. |
It's already in the pipeline. |
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/ |
The function signature is
compute_panel(self, data, params, scales) -> data