R CMD check and CRAN's Rust policy
On Mon, 31 Mar 2025, at 4:50 PM, Josiah Parry wrote:
Following up with this as I address the new R-devel "Compiled code should not call entry points which might terminate R" WARNING and this issue has reared its head again. Would a path forward be an environment variable similar to _R_CHECK_CRAN_INCOMING_ to skip this check primarily for GitHub Actions and CI?
If this is primarily about CI then can you tweak your scripts not to fail on that particular warning? If you are using the r-lib/actions then I believe they utilise rcmdcheck (https://cran.r-project.org/package=rcmdcheck) which does give an output object you can work with. Tim