Skip to content

Commit 41c17c4

Browse files
committed
Removed explicit \n since pasting with \n
1 parent 5bea646 commit 41c17c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

R/scale-area.r

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#' @export
1212
scale_area <- function(..., range = c(1, 6)) {
1313
gg_dep("0.9.2", paste(sep = "\n",
14-
"scale_area is deprecated. Use scale_size_area instead.\n",
15-
" Note that the behavior of scale_size_area is slightly different: \n",
16-
" by default it makes the area proportional to the numeric value.\n"))
14+
"scale_area is deprecated. Use scale_size_area instead.",
15+
" Note that the behavior of scale_size_area is slightly different:",
16+
" by default it makes the area proportional to the numeric value."))
1717
continuous_scale("size", "area", area_pal(range), ...)
1818
}

0 commit comments

Comments
 (0)