Skip to content

Commit f35b764

Browse files
Unified msg format on geom_smooth
1 parent 759c63c commit f35b764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/stat-smooth.r

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ StatSmooth <- ggproto("StatSmooth", Stat,
108108
} else {
109109
params$formula <- y ~ x
110110
}
111-
msg <- c(msg, paste0("formula '", deparse(params$formula), "'"))
111+
msg <- c(msg, paste0("formula = '", deparse(params$formula), "'"))
112112
}
113113
if (identical(params$method, "gam")) {
114114
params$method <- mgcv::gam

0 commit comments

Comments
 (0)