Skip to content

Commit 77bab75

Browse files
authored
Update aes_string() info bullets (tidyverse#5196)
1 parent f84ee7e commit 77bab75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/aes.r

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,10 @@ aes_string <- function(x, y, ...) {
298298
deprecate_soft0(
299299
"3.0.0",
300300
"aes_string()",
301-
details = "Please use tidy evaluation ideoms with `aes()`"
301+
details = c(
302+
"Please use tidy evaluation idioms with `aes()`. ",
303+
'See also `vignette("ggplot2-in-packages")` for more information.'
304+
)
302305
)
303306
mapping <- list(...)
304307
if (!missing(x)) mapping["x"] <- list(x)

0 commit comments

Comments
 (0)