Skip to content

Commit 3aca3b2

Browse files
committed
fix
1 parent 6230dae commit 3aca3b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vignettes/plotting.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ knitr::opts_chunk$set(
2525
options(modelbased_join_dots = FALSE)
2626
options(modelbased_select = "minimal")
2727
28-
pkgs <- c("marginaleffects", "ggplot2", "see", "tinyplot")
28+
pkgs <- c("marginaleffects", "ggplot2", "see")
2929
if (!all(insight::check_if_installed(pkgs, quietly = TRUE))) {
3030
knitr::opts_chunk$set(eval = FALSE)
3131
}

vignettes/plotting_tinyplot.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ knitr::opts_chunk$set(
2525
options(modelbased_join_dots = FALSE)
2626
options(modelbased_select = "minimal")
2727
28-
pkgs <- c("marginaleffects", "ggplot2", "see", "tinyplot")
28+
pkgs <- c("marginaleffects", "tinyplot")
2929
if (!all(insight::check_if_installed(pkgs, quietly = TRUE))) {
3030
knitr::opts_chunk$set(eval = FALSE)
3131
}

0 commit comments

Comments
 (0)