Releases: daattali/ggExtra
Releases · daattali/ggExtra
ggExtra v0.11.0
- DEPRECATION NOTICE The
runExample()function is no longer required since {shiny} version 1.8.1 (March 2024). You can now useshiny::runExample("ggMarginal", package = "ggExtra")instead ofggExtra::runExample(). (#180) - Removed deprecated call to ggplot2's
..density..(#175) - Removed deprecated call to ggplot2's
aes_string()(#175)
ggExtra v0.10.1
Fixed issue where grouped boxplots and violin plots were variable widths (#173)
ggExtra 0.8
ggExtra 0.7
- Complete refactoring of
ggMarginal() - added visual unit test
- added tests over different versions of ggplot2 to ensure compatibility over time
- added arguments to
rotateTextX()
ggExtra 0.6
Support new ggplot2 version 2.2.0 (ggplot2 internal code changed a lot, so this version will not work with older ggplot2)
Old CRAN version, initial GitHub release
0.5 Update ggMarginal.R