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

kicked off CRAN #329

Closed
mpadge opened this issue Aug 12, 2023 · 1 comment
Closed

kicked off CRAN #329

mpadge opened this issue Aug 12, 2023 · 1 comment

Comments

@mpadge
Copy link
Member

mpadge commented Aug 12, 2023

v0.2.4 submitted, and email straight away from Brian Ripley:

Installing with GCC warns

rapidxml.h:1: warning: ignoring ‘#pragma clang system_header’ [-Wunknown-pragmas]
1 | #pragma clang system_header // exclude from clang warnings
|

  1. Things which are system-specific should be guarded by e.g.

#ifdef clang

but note that does not only apply to LLVM clang but also Apple clang and some Intel and IBM compilers.

  1. It is a blatant violation of the CRAN policy you just warranted compliance with:
  • Packages should not attempt to disable compiler diagnostics, nor to remove other diagnostic information such as symbols in shared objects.

The package has been removed from CRAN.

What warning(s) were you trying to suppress?

"The time of the volunteers is CRAN’s most precious resource"

Package is currently no longer on CRAN. All dependencies have also been immediately affected.

@mpadge
Copy link
Member Author

mpadge commented Aug 21, 2023

v0.2.5 was accepted

@mpadge mpadge closed this as completed Aug 21, 2023
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

No branches or pull requests

1 participant