You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are contacting you because you are the maintainer of bayesplot, which depends on ggplot2 and uses vdiffr to manage visual test cases. The upcoming release of ggplot2 includes several improvements to plot rendering, including the ability to specify lineend and linejoin in geom_rect() and geom_tile(), and improved rendering of text. These improvements will result in subtle changes to your vdiffr dopplegangers when the new version is released.
Because vdiffr test cases do not run on CRAN by default, your CRAN checks will still pass. However, we suggest updating your visual test cases with the new version of ggplot2 as soon as possible to avoid confusion. You can install the development version of ggplot2 using remotes::install_github("tidyverse/ggplot2").
If you have any questions, let me know!
The text was updated successfully, but these errors were encountered:
Thanks for the heads up! I noticed that our vdiffr tests failed after I installed ggplot2 from GitHub last week, so I actually already went through and checked/updated all the cases in commit e2cc429. So I think we should be all set.
We are contacting you because you are the maintainer of bayesplot, which depends on ggplot2 and uses vdiffr to manage visual test cases. The upcoming release of ggplot2 includes several improvements to plot rendering, including the ability to specify
lineend
andlinejoin
ingeom_rect()
andgeom_tile()
, and improved rendering of text. These improvements will result in subtle changes to your vdiffr dopplegangers when the new version is released.Because vdiffr test cases do not run on CRAN by default, your CRAN checks will still pass. However, we suggest updating your visual test cases with the new version of ggplot2 as soon as possible to avoid confusion. You can install the development version of ggplot2 using
remotes::install_github("tidyverse/ggplot2")
.If you have any questions, let me know!
The text was updated successfully, but these errors were encountered: