From a7038fc91f2684c709bff31e19e7ff98c86d87c2 Mon Sep 17 00:00:00 2001 From: Alex Hamilton <1622250+Aehmlo@users.noreply.github.com> Date: Mon, 21 Oct 2024 08:10:17 -0400 Subject: [PATCH] Update warning message for shape overuse (#450) --- R/pal-shape.r | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/pal-shape.r b/R/pal-shape.r index 7090631e..065e0c0f 100644 --- a/R/pal-shape.r +++ b/R/pal-shape.r @@ -8,7 +8,7 @@ pal_shape <- function(solid = TRUE) { if (n > 6) { cli::cli_warn(c( "The shape palette can deal with a maximum of 6 discrete values because more than 6 becomes difficult to discriminate", - i = "you have requested {n} values. Consider specifying shapes manually if you need that many have them." + i = "you have requested {n} values. Consider specifying shapes manually if you need that many of them." )) }