-
-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi there,
We've been preparing a new major release for ggplot2 and found an issue during a reverse dependency check.
In the test mentioned below, we find that the assumption no longer holds:
autoplotly/tests/testthat/test_all.R
Line 16 in f4d05d7
| expect_true(inherits(p$ggplot_obj, "ggplot")) |
If p$ggplot_obj is a valid ggplot2 object, the test should succeed, so there may be a problem upstream. One other test fails as well. At first I thought it would be related to tidyverse/ggplot2#6498, but upon revision, I no longer think that.
You can test your code with the development version of ggplot2 by installing it as follows:
# install.packages("pak")
pak::pak("tidyverse/ggplot2")We aim to release the new ggplot2 version in about 2 weeks, and hope you can submit a fix to CRAN around that time or let us know when ggplot2 should change. Hopefully this will inform you in a timely manner.
Best wishes,
Teun