Skip to content

Commit 23535a1

Browse files
committed
missing ggplot2:: prefix before expand_limits
1 parent d6ea33a commit 23535a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_response.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ srv_g_response <- function(id,
492492

493493
if (!freq) {
494494
plot_call <- substitute(
495-
plot_call + expand_limits(y = c(0, 1.1)),
495+
plot_call + ggplot2::expand_limits(y = c(0, 1.1)),
496496
env = list(plot_call = plot_call)
497497
)
498498
}

0 commit comments

Comments
 (0)