Skip to content

Commit 14fa579

Browse files
declare xintercept to make cran checks
1 parent d3f1b44 commit 14fa579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/forest_plot.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ forest_plot <- function(
440440
plot_title = "\n",
441441
return_list = FALSE)
442442
{
443-
ymax = ymin = x = fill = label_wrap_gen = NULL
443+
ymax = ymin = x = fill = label_wrap_gen = xintercept = NULL
444444

445445
if (!(missing(major_x_labels) || is.null(major_x_labels) ) &&
446446
!(missing(major_x_ticks) || is.null(major_x_ticks) )

0 commit comments

Comments
 (0)