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.
default_colour
1 parent 2ae09cd commit 2facabcCopy full SHA for 2facabc
R/use_sgplot.R
@@ -44,7 +44,7 @@ use_sgplot <- function(palette_type = "sg",
44
45
if (lifecycle::is_present(default_colour)) {
46
lifecycle::deprecate_warn(
47
- when = "0.5.0",
+ when = "0.4.0",
48
what = "use_sgplot(default_colour)",
49
with = "use_sgplot(palette_type)",
50
details = "The `default colour` argument supplied will not be used."
0 commit comments