Closed adokter closed 1 year ago
See https://www.tidyverse.org/blog/2023/03/cran-checks-compiled-code/
The use of sprintf and vsprintf from C/C++ has been deprecated in macOS 13 and is a known security risk. R CMD check now reports (on all platforms) if their use is found in compiled code: replace by snprintf or vsnprintf respectively.
This affects librave
, libhlhdf
, and libvol2bird
fixed by commits 84f0bbcf50cad4c61d3c04d65999d32512f0d84c, 4c2cf2b5e3cdec83b2df25cda32e6e7ca6668241, and 3368cf90890d05215fa0ff025859e647f6230864
After upgrading from R 4.2.2 to the latest R 4.3.0, a new warning message is thrown by
devtools::check()
. Since CRAN does not allow any warnings, this currently blocks CRAN release