feat: add position parameter to gg_add_stats for error bar adjustments#276
Open
martincadek wants to merge 2 commits into
Open
feat: add position parameter to gg_add_stats for error bar adjustments#276martincadek wants to merge 2 commits into
martincadek wants to merge 2 commits into
Conversation
Contributor
|
✅ All contributors have signed the CLA |
Contributor
Unit Tests Summary 1 files 256 suites 3m 34s ⏱️ Results for commit c1ae490. ♻️ This comment has been updated with latest results. |
Contributor
Unit Test Performance DifferenceAdditional test case details
Results for commit f7e4c57 ♻️ This comment has been updated with latest results. |
Contributor
Code Coverage SummaryDiff against mainResults for commit: c1ae490 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Author
|
I have read the CLA Document and I hereby sign the CLA |
llrs-roche
reviewed
Jun 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes are proposed in this pull request?
Bug Fixes
gg_lineplot()where error bars remained fixed to the center (position_identity()) while points and lines were correctly shifted via position adjustments. The internalgg_add_stats()function now accepts apositionargument to properly pass position adjustments downstream (closes Addpositionargument togg_add_statsinternal function #275, @martincadek).Pre-review Checklist (if item does not apply, mark is as complete)
usethis::pr_merge_main()devtools::test_coverage()Reviewer Checklist (if item does not apply, mark is as complete)
pkgdown::build_site(). Check the R console for errors, and review the rendered website.devtools::test_coverage()When the branch is ready to be merged:
NEWS.mdwith the changes from this pull request under the heading "# cards (development version)". If there is an issue associated with the pull request, reference it in parentheses at the end update (seeNEWS.mdfor examples).