Skip to content
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

Fix CI failure by ignoring quantreg #5889

Merged

Conversation

yutannihilation
Copy link
Member

It seems the latest version of quantreg requires very new Matrix package. We can ignore the error.

e.g. https://github.com/tidyverse/ggplot2/actions/runs/9044818946/job/24853881196#step:5:167

  Error: 
  ! error in pak subprocess
  Caused by error: 
  ! Could not solve package dependencies:
  * deps::.: Can't install dependency quantreg
  * quantreg: Can't install dependency MatrixModels
  * MatrixModels: Can't install dependency Matrix (>= 1.6-0)
  * Matrix: Needs R >= 4.5
  * Matrix: Needs R >= 4.4.0
  * any::sessioninfo: dependency conflict
  * any::rcmdcheck: dependency conflict

Copy link
Collaborator

@teunbrand teunbrand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks for keeping the CI healthy!

@yutannihilation
Copy link
Member Author

Thanks for approving!

@yutannihilation yutannihilation merged commit 4bbb15e into tidyverse:main May 11, 2024
12 checks passed
@yutannihilation yutannihilation deleted the ci/fix-matrix-related-failure branch May 11, 2024 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants