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 7edf118 commit 177d1faCopy full SHA for 177d1fa
tests/testthat/_snaps/layer.md
@@ -13,10 +13,12 @@
13
---
14
15
`mapping` must be created by `aes()`.
16
+ x You've supplied an integer vector.
17
18
19
20
21
+ x You've supplied a <ggplot2::ggplot> object.
22
i Did you use `%>%` or `|>` instead of `+`?
23
24
tests/testthat/_snaps/plot.md
@@ -1,6 +1,6 @@
1
# ggplot() throws informative errors
2
3
- `mapping` must be created with `aes()`.
+ `mapping` must be created by `aes()`.
4
x You've supplied a character vector.
5
6
0 commit comments