Skip to content

[R-pkg-devel] error on r-release-macos-arm64

3 messages · Joshua Wiley, Simon Urbanek

#
Hi All,

I just submitted an update to one of my packages to CRAN. It went live, but
when I am looking at checks, I can see that the new version, 1.4.2 works on
most platforms but has an error on r-release-macos-arm64. Here is the link
to CRAN check results

https://cran.r-project.org/web/checks/check_results_JWileymisc.html

looking at the error and the logs, I am at a bit of a loss what is wrong.

Local build tests and checks are all going fine.
My GitHub actions from the most recent version look fine:

https://github.com/JWiley/JWileymisc/actions/runs/14074277302

Any ideas / input on what I can do?

Thanks,

Josh
#
Josh,

your package got caught up in a chain-reaction: the pan package failed to install *after* its binary package was built due to disk space issues, so although the pan package binary is on CRAN, the package itself was not available in the build machine?s R library. JWileymisc doesn?t depend directly on pan, but one of its dependencies apparently does. I have re-installed pan from the binary into the library so the next run should pick it up. (We have added a new SSD to the build machine so disk space issues should be history).

Cheers,
Simon
#
Hi Simon,

Wow thank you so much for the detailed exploration and reply.
I really appreciate it and all you do for the community!

Josh

On Thu, 27 Mar 2025 at 12:49, Simon Urbanek <simon.urbanek at r-project.org>
wrote: