Skip to content

Prepare release#53

Merged
jtilly merged 3 commits intomainfrom
prepare-release
Sep 22, 2025
Merged

Prepare release#53
jtilly merged 3 commits intomainfrom
prepare-release

Conversation

@jtilly
Copy link
Owner

@jtilly jtilly commented Sep 22, 2025

CRAN writes

Dear maintainer,

Please see the problems shown on
<https://cran.r-project.org/web/checks/check_results_matchingR.html>.

Specifically, please see the NOTE about

  Specified C++11: please drop specification unless essential

from the C++ specification check. 

Asking for exactly C++11 when the current R default is C++17 is
generally no longer appropriate, and specifically causes problems when
having {RcppArmadillo} in LinkingTo (as you do): Armadillo 15 requires
at least C++14 and hence {RcppArmadillo} should do so too.  For now,
Dirk has added transition code which falls back to using older versions
of Armadillo when C++11 is asked for, but this will be changed soon, in
which case your package will no longer compile and install.

Quite likely the only change necessary on your end is to simply stop
requiring exactly C++11.  Can you please do so as soon as possible?

@codecov-commenter
Copy link

codecov-commenter commented Sep 22, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

Base automatically changed from more-workflows to main September 22, 2025 20:23
@jtilly
Copy link
Owner Author

jtilly commented Sep 22, 2025

/document
/compile

@jtilly jtilly merged commit e06968c into main Sep 22, 2025
6 checks passed
@jtilly jtilly deleted the prepare-release branch September 22, 2025 20:33
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.

2 participants