Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: report
Type: Package
Title: Automated Reporting of Results and Statistical Models
Version: 0.6.2.1
Version: 0.6.3
Authors@R:
c(person(given = "Dominique",
family = "Makowski",
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# report (development version)
# report 0.6.3

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.
Copy link

Copilot AI Feb 4, 2026

Choose a reason for hiding this comment

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

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:

  1. Are the code changes in a separate commit that should be part of this PR?
  2. 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.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

yes separate PR, already merged


# report 0.6.2

Expand Down
4 changes: 4 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## R CMD check results report 0.6.3

0 errors | 0 warnings | 0 note

## R CMD check results report 0.6.2

0 errors | 0 warnings | 0 note
Expand Down
Loading