Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the rdev package version to 1.15.1, incorporating minor enhancements to the upkeep functionality and cross-platform repository opening support. Key changes include:
- Refinements to the
upkeep_checklist()function structure and ordering - Addition of upkeep tracking configuration to DESCRIPTION
- Enhancement of
create_github_repo()to support Windows alongside macOS for opening repositories
Reviewed Changes
Copilot reviewed 68 out of 70 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| DESCRIPTION | Version bump to 1.15.1 and addition of last-upkeep tracking configuration |
| NEWS.md | Documentation of new version changes |
| R/upkeep.R | Moved codecov check to 2025 section, fixed typo in MIT license function call |
| R/setup.R | Made repository opening cross-platform compatible by using view_url() and checking for GitHub Desktop |
| tests/testthat/test-upkeep.R | Updated test expectations to match new checklist structure |
| tests/testthat/test-inst.R | Improved Rprofile comparison by filtering out copyright line |
| tests/testthat.R | Updated documentation URLs to current versions |
| .Rprofile | Added copyright holder option for license generation |
| README.Rmd | Updated Codecov badge URL to remove branch specification |
| man/create_github_repo.Rd | Updated documentation to reflect cross-platform support |
| docs/* | Regenerated documentation and website files with new version number |
💡 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.
Minor updates to
upkeep_checklist()Initial upkeep using
use_upkeep_issue()create_github_repo()now opens the new repository on both macOS and Windows