-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[R] R package has a note about suppressed diagnostics on CRAN #33637
Comments
How/where do we suppress this? Given this has only come up in 10.0.1 where we were experimenting with the new release checklist, it'd be good to rule out if there's a step missing, was missed, or something different in my setup compared to Neal's. |
I believe what happened is that CRAN set I think we should submit without changing anything and hope that it was the former...if CRAN has decided to enforce all of its policies on the arrow package, any attempt to actively circumvent that would be seen poorly (and probably wouldn't work anyway since they'd be manually inspecting changes). |
It's a silly policy for us because we use cmake to detect which compiler flags are valid to use on the current system. Hardcoding them would be dangerous, but that's not what we do. |
I'm closing this as this doesn't seem to have caused us any problems with releases, but feel free to re-open if necessary. |
I don't see it on the current checks page, FWIW, so maybe they temporarily set ARROW_R_DEV to debug that previous failure. |
Describe the bug, including details regarding any error messages, version, and platform.
The NOTE from CRAN:
https://cran.r-project.org/web/checks/check_results_arrow.html
This is odd because usually we suppress that output on CRAN. CRAN may be doing some extra environment variable stuff to make these message print out. We may need to revisit the code where we turn off the compiler output to make sure they are suppressed (or we may have to negotiate with CRAN regarding compiler warnings).
Component(s)
R
The text was updated successfully, but these errors were encountered: