ropensci / osmdata

R package for downloading OpenStreetMap data
https://docs.ropensci.org/osmdata
314 stars 45 forks source link

kicked off CRAN #329

Closed mpadge closed 1 year ago

mpadge commented 1 year ago

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.

2) 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 commented 1 year ago

v0.2.5 was accepted