Skip to content

Conversation

eddelbuettel
Copy link
Member

Commit 79ba459 adjusted for (temporary) glitch in R-devel dealing with row and col means over complex data where only one of real and imaginary is NA. This has been addressed in R-devel so we no longer need to special-case it, and as an added bonus we keep the added apply() based variant.

We also rolled the micro release version and date,

Checklist

  • Code compiles correctly
  • R CMD check still passes all tests
  • Preferably, new tests were added which fail without the change
  • Document the changes by file in ChangeLog

Copy link
Contributor

@Copilot 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 generalizes a test that was previously adjusted for a temporary R-devel issue with row and column means over complex data containing NA values. The temporary workaround is being removed since R-devel has fixed the underlying issue.

  • Removes R version-specific conditional logic from complex matrix tests
  • Updates package micro version from 1.1.0.3 to 1.1.0.4 and date to 2025-10-13
  • Adds changelog entry documenting the test simplification

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
inst/tinytest/test_sugar.R Removes R version conditionals and keeps both original and apply-based test variants
inst/include/Rcpp/config.h Updates development version numbers to 1.1.0.4
DESCRIPTION Updates package version and date
ChangeLog Documents the test generalization and version bump

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Member

@Enchufa2 Enchufa2 left a comment

Choose a reason for hiding this comment

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

LGTM!

@eddelbuettel eddelbuettel merged commit 6570751 into master Oct 13, 2025
26 checks passed
@eddelbuettel eddelbuettel deleted the issue/1397_follow-up branch October 13, 2025 21:05
@kevinushey
Copy link
Contributor

Belated LGTM!

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.

3 participants