Closed
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR adds package maintenance functionality through new upkeep functions and updates development environment documentation. The changes enable automated creation of maintenance checklists and provide expanded guidance on IDE choices for R development.
- Added
use_upkeep_issue()andupkeep_checklist()functions for automated maintenance task tracking - Updated GitHub Actions workflows with latest versions and security permissions
- Enhanced Get Started vignette with detailed Positron vs RStudio comparison
Reviewed Changes
Copilot reviewed 79 out of 81 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| R/upkeep.R | New file implementing upkeep issue creation and checklist generation functions |
| tests/testthat/test-upkeep.R | Test coverage for new upkeep functionality |
| vignettes/rdev.Rmd | Updated R version installation instructions and expanded IDE comparison |
| .github/workflows/*.yaml | Added security permissions and updated workflow comment references |
| man/*.Rd | Generated documentation for new upkeep functions |
| inst/templates/.qmd, inst/rmarkdown/templates/.Rmd | Updated template year from 2024 to 2025 |
| R/utils.R, R/setup.R | Moved %:::% operator to upkeep.R and added TODO comment |
| DESCRIPTION, NAMESPACE, NEWS.md | Package metadata updates for version 1.15.0 |
| docs/* | Generated documentation site files |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
Copilot reviewed 20 out of 21 changed files in this pull request and generated 2 comments.
💡 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 functions
use_upkeep_issue()andupkeep_checklist(), used to open an issue in the package repository with a checklist of maintenance tasks, based onusethis::use_upkeep_issue()andusethis::use_tidy_upkeep_issue()Updated base GitHub Actions (
R-CMD-check,lint,missing-deps) (updateuse_rdev_package())Updated code coverage GitHub Action (
test-coverage) (updateuse_codecov())Updated Get Started vignette with additional notes on replacing RStudio with Positron