Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs the 2026 annual upkeep for the rdev package, bumping the version to 1.15.6 and updating various year references and dependencies.
Key Changes:
- Version bumped from 1.15.5 to 1.15.6
- Year updated from 2025 to 2026 across LICENSE files and templates
- Added instructions for YAML chunk syntax update to
upkeep_checklist() - Updated dependency versions in renv.lock (httr2, knitr, shiny, xfun, yaml)
- Updated test files with new R Markdown YAML chunk syntax
- Adjusted test expectations for upkeep checklist length
Reviewed changes
Copilot reviewed 75 out of 77 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| DESCRIPTION | Version bump to 1.15.6 and last-upkeep date to 2026-01-01 |
| LICENSE, LICENSE.md | Year updated to 2026 |
| NEWS.md | Added release notes for 1.15.6 |
| R/upkeep.R | Added instructions for YAML chunk syntax conversion |
| tests/testthat/test-upkeep.R | Updated test expectations for new checklist items |
| tests/testthat/test-to_document/*.Rmd | Converted R Markdown chunks to YAML syntax |
| tests/manual/setup.Rmd | Converted R Markdown chunks to YAML syntax |
| inst/templates/*.qmd, *.Rmd | Updated template dates to 2026 |
| renv.lock | Updated package versions (httr2, knitr, shiny, xfun, yaml) |
| docs/search.json, docs/*.html | Generated documentation updates |
No issues found - this appears to be a routine maintenance release with appropriate test updates and documentation changes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Added instructions for YAML chunk syntax update to
upkeep_checklist()2026 Upkeep