You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
HI @teunbrand , it seems that this would be more appropriate?
cli::cli_warn(c(
"The {.arg labeller} API has been updated. Labellers taking \\ {.arg variable} and {.arg value} arguments are now deprecated.",
i="See labellers documentation."))
Warning looks like this:
The labeller API has been updated. Labellers taking variable and value arguments are now deprecated.
ℹ See labellers documentation.
4ab590e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI @teunbrand , it seems that this would be more appropriate?
Warning looks like this:
The
labeller
API has been updated. Labellers takingvariable
andvalue
arguments are now deprecated.ℹ See labellers documentation.
4ab590e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow you're quick with spotting this mistake!
Thanks for the heads up ^_^