Closed mjskay closed 5 years ago
@lionel- is there any update on this? geom_violinh()
now appears to be broken on CRAN due to the recently-released version of ggplot2, on both Windows and Linux systems I have tested.
Nevermind, this looks like it is fixed in the github version --- my bad for testing on the CRAN version and not the github version.
No worries, I need to release ggstance anyway for 3.2.0 compatibility.
If I install the
development versionmost recent CRAN release of ggplot2, the following code generates a warning and does not draw the violin plot(it works fine if the current CRAN release version of ggplot2 is installed):I couldn't easily track down where this is coming from (because I don't see a call to tolower() anywhere?), but I assume it is related to this change in ggplot2: https://github.com/tidyverse/ggplot2/pull/3011
geom_violin
seems to still work:So I am assuming the issue is somewhere in ggstance.
sessionInfo()
output is below.