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

Get rid of C++11 requirement and address Rf_warning issue #4

Merged
merged 3 commits into from
Nov 30, 2023

Conversation

dtburk
Copy link
Collaborator

@dtburk dtburk commented Nov 29, 2023

As of R 4.3, C++17 became the default version, and CRAN checks now flag any required versions older than that (see this tidyverse blog post).

We also got a CRAN check warning about our usage of Rf_warning():

column.cpp:174:18: warning: format string is not a string literal (potentially insecure) [-Wformat-security]

Still figuring out the fix for that one, but want to see if I can replicate the warning when I trigger GH Actions. This Rcpp fix is a promising lead though.

@dtburk dtburk merged commit 4df69a7 into main Nov 30, 2023
5 checks passed
@dtburk dtburk deleted the cran-checks-nov-2023 branch November 30, 2023 15:01
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.

1 participant