Skip to content

Commit 2121668

Browse files
committed
Apply library change
1 parent 3481365 commit 2121668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_bivariate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ srv_g_bivariate <- function(id,
549549
)
550550
qenv <- teal.code::eval_code(
551551
data(),
552-
'library("ggplot2");library("dplyr");library("tern");library("ggmosaic");library("grid")' # nolint quotes
552+
'library("ggplot2");library("dplyr");library("teal.modules.general")' # nolint quotes
553553
)
554554

555555
anl_merged_q <- reactive({

0 commit comments

Comments
 (0)