Skip to content

Commit 7dff084

Browse files
committed
extra: remove 'teal.modules.general' from module code
1 parent c9fd08c commit 7dff084

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
@@ -561,7 +561,7 @@ srv_g_bivariate <- function(id,
561561
datasets = data
562562
)
563563
qenv <- reactive(
564-
teal.code::eval_code(data(), 'library("ggplot2");library("dplyr");library("teal.modules.general")') # nolint quotes
564+
teal.code::eval_code(data(), 'library("ggplot2");library("dplyr")') # nolint quotes
565565
)
566566

567567
anl_merged_q <- reactive({

0 commit comments

Comments
 (0)