github-actions downloads GitHub versions of packages for non-Windows OS

My builds are failing (https://github.com/IndrajeetPatil/ggstatsplot/runs/1553551619) only on non-Windows OS because github-actions somehow downloads GitHub versions of certain packages, which is surprising because my DESCRIPTION file has no remotes field: https://github.com/IndrajeetPatil/ggstatsplot/blob/master/DESCRIPTION

Is this expected behavior? If yes, how can I avoid it so that only the CRAN versions of packages are installed, unless, of course, DESCRIPTION explicitly asks to install the development versions from GitHub.

Thanks.

P.S. The workflow file can be found here: https://github.com/IndrajeetPatil/ggstatsplot/blob/master/.github/workflows/check-full.yaml

Since there were no suggestions or solutions, I have now modified my DESCRIPTION file to rely on remotes to consistently install the GitHub versions across all platforms. This doesn't solve the original problem, but at least the builds are no longer failing.

This topic was automatically closed 21 days after the last reply. 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.