fix(db): extend to_version ggplot2::geom_histogram [stale_floor] - #80
Open
ndohpenngit wants to merge 1 commit into
Open
fix(db): extend to_version ggplot2::geom_histogram [stale_floor]#80ndohpenngit wants to merge 1 commit into
ndohpenngit wants to merge 1 commit into
Conversation
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 does this PR do?
Auto-generated by the staleness remediation agent.
Action: Extend
to_version(stale ceiling)Entry
ggplot2::geom_histogramstale_floorChangelog evidence
Entry correctly flags the breaking binning change in ggplot2 4.0.0 (CRAN 2025-09-11). The changelog shows no reversion or fix to boundary/nbin parametrization through 4.0.3 (2026-04-22)—the change is permanent and still active. Current CRAN is 4.0.3; window should extend to 4.0.9 to cover the entire active 4.0.x release series, capturing users on current patches.
Related issues
Part of the weekly staleness remediation run. Update the staleness tracking
issue once this PR is merged.
Type of change
Checklist
validateCI check passes inreproducr-dbsync_db.Rruns cleanly after mergeCorrected entry
{ "pkg": "ggplot2", "fn": "geom_histogram", "from_version": "3.5.99", "to_version": "4.0.9", "risk": "medium", "description": "In ggplot2 4.0.0, all binning stats (including geom_histogram()/stat_bin()) switched to a boundary/center parametrisation rather than origin, and the default boundary is now chosen to better adhere to the nbin argument. This may silently change the bin edges and resulting bar positions/heights of histograms that rely on default binning, with no code change required.", "reference": "https://ggplot2.tidyverse.org/news/index.html#ggplot2-400", "added_by": "ndohpenngit", "added_date": "2026-06-11" }