Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares version 0.6.3 for CRAN submission as a hotfix release. The version is bumped from the development version 0.6.2.1 to the release version 0.6.3, with updates to the changelog and CRAN submission documentation indicating that this addresses an attr() compatibility issue with R-devel (#590) to prevent CRAN package removal.
Changes:
- Version bump from 0.6.2.1 to 0.6.3 for CRAN hotfix release
- Updated NEWS.md from development version to release version with hotfix description
- Added R CMD check results documentation for version 0.6.3
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| DESCRIPTION | Version incremented from 0.6.2.1 to 0.6.3 for CRAN release |
| NEWS.md | Changed from development version header to 0.6.3 release with clarified hotfix description |
| cran-comments.md | Added R CMD check results section for version 0.6.3 showing clean check |
| Bug fixes | ||
|
|
||
| * Patch for change in `attr()` in R-devel (#590). | ||
| * Hotfix patch for change in `attr()` in R-devel (#590) to prevent CRAN removal. |
There was a problem hiding this comment.
The NEWS.md references "Hotfix patch for change in attr() in R-devel (#590) to prevent CRAN removal" but the PR diff only shows version number updates and documentation changes. No actual code changes fixing the attr() issue are visible in this PR.
Please verify:
- Are the code changes in a separate commit that should be part of this PR?
- Was the fix already merged in a previous commit and this PR is only updating version numbers for the CRAN submission?
If the fix was already merged, the changelog should clarify this is a version bump for CRAN submission of previously merged fixes.
There was a problem hiding this comment.
yes separate PR, already merged
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #592 +/- ##
===========================================
+ Coverage 72.36% 88.03% +15.67%
===========================================
Files 54 54
Lines 3684 4865 +1181
===========================================
+ Hits 2666 4283 +1617
+ Misses 1018 582 -436 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.