-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH actions failing after session this morning #60
Comments
Should be a self fixing bug. I bet other people are seeing this. |
Good to hear! Was worried I might have been using a different R version and that could be the issue. Will re-try these later on and then tomorrow and update. |
Updates: I went to our pkgdown.yaml and R-CMD-check.yaml and followed the link for debugging build failures and have noticed that I also notice that within the setup-r@v2 basic example, a version of R can be specified
@Robinlovelace I'm not too sure if this is even relevant/helpful to the issue, I didn't want to go editing these files/configs not fully understanding what I'd be changing! |
Maybe try re-running |
Tried the follwoing after looking at the help documentation: First I tried:
but contrary to the documentation on name I then noticed that url As such, I re-tried using
However I kept getting errors about unused argument Next I saw that I created a backup of both of our existing workflow.yaml files incase anything went very wrong. After running this the the R-CMD-check.yaml was modified and I pushed to the repo: Again, the resulting workflows failed with the same error as before:
Within the failed workflow run, under the
Suggesting that R 4.2 is being installed which explains the R >= 4.3 requirement for MASS that is failing the workflow. I was going to try and specify an R>=4.3 using the approach (below) from my previous update, however searching for the latest version of R revealed that 4.2 is the most up-to-date 🤷♂️
As this did not fix the issue, I reverted the R-CMD-check.yaml back to Robin's previous edit. |
Was worth a try! Not urgent I can take a look at some point but won't be until in a few weeks time but which point their may be upstream fixes. |
very short and final update: from the CRAN package page for MASS:
There must be a typo or something somewhere listing MASS depending on 4.3, when it is actually 3.3. |
Issue has been fixed! Seemed to be that using v1 rather than v2 was the cause. For anyone else with this issue:
Closing now as this seems to be fixed. Hope this helps if you have a similar issue. |
GH actions are failing after our coding session this morning @Robinlovelace on #56
Seems to be failing due to the following error within
Run r-lib/actions/setup-r-dependencies@v1
Full details on
Run r-lib/actions/setup-r-dependencies@v1
belowThe text was updated successfully, but these errors were encountered: