We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd6a67 commit 5528541Copy full SHA for 5528541
NEWS.md
@@ -1,5 +1,9 @@
1
# ggplot2 (development version)
2
3
+* The following methods have been deprecated: `fortify.lm()`, `fortify.glht()`,
4
+ `fortify.confint.glht()`, `fortify.summary.glht()` and `fortify.cld()`. It
5
+ is recommend to use `broom::augment()` and `broom::tidy()` instead
6
+ (@teunbrand, #3816).
7
* Custom and raster annotation now respond to scale transformations, and can
8
use AsIs variables for relative placement (@teunbrand based on
9
@yutannihilation's prior work, #3120)
0 commit comments