Skip to content

Commit af5413d

Browse files
karawoohadley
authored andcommitted
Add more tidy eval stuff to NEWS. Closes #2610 (#2619)
1 parent 58dc414 commit af5413d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
(i.e. it would fail if the user supplied an expression), so typically
1515
indicates that a different approach is warranted (#2591).
1616

17+
Similarly, if you compute on the `mapping` of an existing ggplot2 object you
18+
will also need to use rlang tools to extract the components you need. One
19+
common errror related to this change is "invalid 'type' (list) of argument"
20+
(#2610).
21+
1722
* Error: Column `y` must be a 1d atomic vector or a list
1823

1924
Internally, ggplot2 now uses `as.data.frame(tibble::as_tibble(x))` to

0 commit comments

Comments
 (0)