Github actions compilation error on macOS

Hi

Recently, I have had problem with my basic R-CMD-check on GitHub Actions for my R-package. The compilation of the C++ code in my package fails with an error message I don't quite get. It seems to have to do with fortran packages not being found.
See the full check log here:
https://github.com/NorskRegnesentral/shapr/runs/1749306585?check_suite_focus=true

The package runs perfectly fine on R-hub through:

devtools::check_rhub(platforms = "macos-highsierra-release-cran")

Is something wrong on the Github actions end? I tried changing the cache key to rerun without cached R-packages, but the same error turns up.

Any ideas?

There was recently some changes in how gfortran was installed on macOS. It looks like those changes have remedied the situation as more recent builds in your repository are now working.

This topic was automatically closed after 45 days. New replies are no longer allowed.


If you have a query related to it or one of the replies, start a new topic and refer back with a link.