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 488e5fb commit 6c0f14aCopy full SHA for 6c0f14a
DESCRIPTION
@@ -40,7 +40,7 @@ Imports:
40
lifecycle,
41
MASS,
42
mgcv,
43
- rlang (>= 0.4.10),
+ rlang (>= 1.0.0),
44
scales (>= 0.5.0),
45
stats,
46
tibble,
NEWS.md
@@ -1,5 +1,7 @@
1
# ggplot2 (development version)
2
3
+* Require rlang >= 1.0.0 (@billybarc, #4797)
4
+
5
* `geom_violin()` no longer issues "collapsing to unique 'x' values" warning
6
(@bersbersbers, #4455)
7
0 commit comments