Skip to content

[R-pkg-devel] R build fail without a message

2 messages · Bailey, Paul, Simon Urbanek

#
Hi,

One of my CRAN packages gets an ARM-64 build fail, visible at https://www.r-project.org/nosvn/R.check/r-oldrel-macos-arm64/EdSurvey-00check.html 

It ends:

    checking replacement functions ... OK
    checking foreign function calls ...

It looks like someone tripped over the power chord, but I have no way of knowing what actually happened.

I cannot reproduce this on Rhub for R-release on ARM-64 nor on my coworker's m1 on R-release. Any ideas on what I can do to diagnose this before resubmitting?

Best,
Paul Bailey, Ph.D.
Senior Economist, AIR
202-403-5694
#
Paul,

I wouldn't worry about oldrel - that's likely an incomplete run (I don't see that error anymore), but I would worry about the failure on R-release:
https://www.r-project.org/nosvn/R.check/r-release-macos-arm64/EdSurvey-00check.html

You can always check with the Mac Builder before you submit it to CRAN:
https://mac.r-project.org/macbuilder/submit.html

Cheers,
Simon