-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Package tests fail with ggplot2 3.5.0 #5612
Comments
Thanks for the report! This particular problem already has an issue in patchwork, see thomasp85/patchwork#342. It also has a PR that would fix the behaviour: thomasp85/patchwork#339. To test your package against the current release candidate and patchwork with that PR, you can use: remotes::install_github("thomasp85/patchwork", ref = remotes::github_pull("339"))
remotes::install_github("tidyverse/ggplot2", ref = remotes::github_pull("5592")) We're currently working through reverse dependency checks to avoid unecessarily breaking packages, but there are probably some that'd need updates. If you find something unbecoming, like bugs, please let us know. I'll leave this issue open for now so that other developers might stumble upon it. EDIT: The mentioned PR is now merged, so now you can do: remotes::install_github("thomasp85/patchwork")
remotes::install_github("tidyverse/ggplot2", ref = remotes::github_pull("5592")) |
Thanks @teunbrand. I can confirm that pr you mentioned fixes the issue I was seeing. remotes::install_github("thomasp85/patchwork", ref = remotes::github_pull("339")) |
@teunbrand Indeed, I can confrim that the error I reported in #5619 is resolved by installing 'patchwork' pull 339 as mentioned above. |
I'm closing this now, as the patched patchwork was landed on CRAN and this should not be an issue any longer. |
I had the following problem when running the vlnplot and dimplot functions in the Seurat package: |
I was getting errors testing several of my packages with devtools::check_win_dev(). See example message below.
I tracked it down to the example below. This works fine with the previous version of ggplot2 and the current version of patchwork. However, with the development version of ggplot2 I'm seeing the same error as above. Not clear exactly where this is coming from but it seems to be a breaking change ggplot2 since I'm using the same version of patchwork. If this should be posted to patchwork, please let me know.
Created on 2023-12-22 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: