fangzhou-xie / rethnicity

predict ethnicity from names
https://fangzhou-xie.github.io/rethnicity/index.html
9 stars 2 forks source link

CRAN warnings with GCC14 #8

Closed fangzhou-xie closed 1 month ago

fangzhou-xie commented 2 months ago

Email from CRAN team:

Dear maintainer,

Please see the problems shown on
<https://nam02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcran.r-project.org%2Fweb%2Fchecks%2Fcheck_results_rethnicity.html&data=05%7C02%7Cfx31%40connect.rutgers.edu%7Cddcca7b1f6644492607008dc9c07d964%7Cb92d2b234d35447093ff69aca6632ffe%7C1%7C0%7C638556804744513348%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C0%7C%7C%7C&sdata=5uRWORN69SV3YyrsHhdpqqzHeTph0ZEQ3khO6ATOVLw%3D&reserved=0>.

Please correct before 2024-08-03 to safely retain your package on CRAN.

This is primarily about the compiler C++ warnings
shown in the fedora-gcc results.  These are from g++ 14.x
which was released a couple of months ago.

The CRAN Team

This is caused by the change in standard (also affecting other packages like rcppsimdjson).

Right now, setting CXX_STD = CXX17 in Makevars will work, but probably need a long-term solution.

fangzhou-xie commented 1 month ago

Fixed by #9