Skip to content
Prev 14785 / 15075 Next

GitHub Action on macOS cannot find the latest version of a package

Spencer,

I strongly recommend NOT selecting compilation from sources as that is non-trivial and requires a whole list of tools and libraries that you don't have - I would recommend using type="binary" in install.packages/update.packages to make sure the get the versions that haven been checked on CRAN. I?m pretty sure what you reported was just a temporary issue anyway.

If you really want to compile development versions of R packages from sources, then you'll need to follow the basic R documentation (R-admin C.3) with respect to the required tools like gfortran (see also https://mac.r-project.org/tools/ ) and also install all dependent libraries (see https://mac.r-project.org/bin/ for the version used by CRAN).

Cheers,
Simon

(sorry for the late reponse - this was stuck in my outbox for a week)