-
Notifications
You must be signed in to change notification settings - Fork 1
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
Issue with R update to 4.4 #45
Comments
Hey, thanks for the report. This is a mismatch between the installed R version and the Matrix package requiring R>4.4 |
@assignUser Gotcha, thanks for your quick response and those resources! I'm still getting the same error with the following yaml, so I might just wait until Github catches up on R4.4. Thanks! `name: pkgcheck This will cancel running jobs once a new run is triggeredconcurrency: on: Manually trigger the Action under Actions/pkgcheckworkflow_dispatch: Run on every push to mainpush: jobs: |
@assignUser I think latest R on GH runners will remain 4.3 until their own listed versions like here are updated. So install-r still resolves to 4.3 and causes probs (although i haven't confirmed that) |
Oh yeah, I meant that in general not for this specific issue. Sorry for the confusion. |
@abigailkeller The issue is that our docker containers are not being rebuild due to {goodpractice} having been archived, sorry for the inconvenience. |
@assignUser No worries! I'm nearly ready to submit my package to ROpenSci's statistical software review, and I'm wondering if I should wait until this issue is resolved before submitting? I'm not in a particular rush. |
@abigailkeller This should now be resolved! Please let us know if it's still not working! |
I'm just going to re-open this as a reminder for us to remove those lines and revert to R4.4 once everything has settled down. |
My R package was passing the pkgcheck action before the recent R update to 4.4 and now no longer passes (see github action here with the pass, and github action here a few days after the update where it no longer passes).
The pkgcheck action fails within 2 minutes with the following error:
` Error:
! error in pak subprocess
Caused by error:
! Could not solve package dependencies:
Backtrace:
Subprocess backtrace:
Execution halted
Ran 1/1 deferred expressions`
The error is coming from a dependency issue with MASS (which requires R 4.5?). Is there a way to edit my yaml file to solve this issue? This file was taken from an ROpenSci blog post.
The text was updated successfully, but these errors were encountered: