Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not specify CXXSTD for recent R versions #36

Merged
merged 1 commit into from
Jan 5, 2024
Merged

Conversation

jeroen
Copy link
Member

@jeroen jeroen commented Jan 4, 2024

This should get rid of the NOTE in CMD check so that you don't have to argue with CRAN.

The trick here is that recent versions of R will use Makevars.ucrt instead of Makevars.win if it exists. So this way we only specify CXX_STD = CXX14 on R verions where it is needed.

Tested to work with R 4.0 - 4.4.

Copy link
Collaborator

@bcjaeger bcjaeger left a comment

Choose a reason for hiding this comment

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

This is awesome!! Thank you so much for the PR!

@bcjaeger bcjaeger merged commit f1a78ed into main Jan 5, 2024
10 checks passed
@jeroen jeroen deleted the old-windows branch January 5, 2024 10:41
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