Skip to content

rdev 1.15.5#235

Merged
jabenninghoff merged 6 commits intomainfrom
update-upkeep-checklist
Dec 7, 2025
Merged

rdev 1.15.5#235
jabenninghoff merged 6 commits intomainfrom
update-upkeep-checklist

Conversation

@jabenninghoff
Copy link
Owner

  • Added items for ggplot2 version 4 upgrade and switch to YAML chunk options to upkeep_checklist()

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates rdev to version 1.15.5, modernizing R Markdown chunk syntax across templates and vignettes by switching from legacy inline chunk options to YAML-style chunk options. It also enhances the upkeep_checklist() function with new maintenance items for ggplot2 version 4 upgrades and chunk syntax migration.

Key Changes:

  • Converts all R Markdown chunk headers from legacy syntax (e.g., {r setup, include = FALSE}) to YAML-style syntax (e.g., {r} with #| label: setup and #| include: false)
  • Adds new upkeep checklist items for ggplot2 v4 updates and YAML chunk syntax migration
  • Updates test expectations to reflect changes in checklist logic

Reviewed changes

Copilot reviewed 69 out of 70 changed files in this pull request and generated no comments.

Show a summary per file
File Description
vignettes/*.Rmd Updated chunk options to YAML syntax in all vignettes
inst/templates/README-*.Rmd Modernized chunk syntax in README templates
inst/rmarkdown/templates/analysis/skeleton/skeleton.Rmd Updated analysis template to use YAML chunk options
README.Rmd Converted chunk syntax to YAML style
R/upkeep.R Added ggplot2 v4 and chunk syntax items to upkeep checklist
tests/testthat/test-upkeep.R Updated test expectations for modified checklist logic
DESCRIPTION, NEWS.md Version bumped to 1.15.5 with appropriate changelog entry
docs/* Regenerated documentation files reflecting version update

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jabenninghoff jabenninghoff merged commit 668048b into main Dec 7, 2025
13 checks passed
@jabenninghoff jabenninghoff deleted the update-upkeep-checklist branch December 7, 2025 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants