fix(db): extend to_version purrr::map2 [stale_floor] - #86
Open
ndohpenngit wants to merge 1 commit into
Open
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
purrr::map2stale_floorChangelog evidence
purrr 1.2.2 (2026-04-10) is current on CRAN, above the to_version 1.2.9 sentinel. The breaking change in recycling rules and name-recycling behavior introduced in 1.0.0 (2022-12-20) remains in effect through 1.2.2 with no reversion or adjustment. Users at versions 1.0.0–1.2.2 remain at risk if their code depends on the old pre-1.0.0 recycling semantics. Extend ceiling to 1.2.99 to cover the current release series and maintain accuracy.
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": "purrr", "fn": "map2", "from_version": "0.3.99", "to_version": "1.2.99", "risk": "medium", "description": "In purrr 1.0.0, map2() adopted tidyverse recycling rules: only length-1 vectors are recycled; all others must have the same length. Code relying on implicit recycling of vectors whose length is a multiple of the other will now error. Additionally, map2() now recycles the names of its first input, which can produce differently-named output lists compared to purrr < 1.0.0.", "reference": "https://purrr.tidyverse.org/news/index.html#purrr-100", "added_by": "ndohpenngit", "added_date": "2026-06-17" }