Skip to content

Commit 2802f08

Browse files
committed
Reapply "extra: remove 'teal.modules.general' from module code"
This reverts commit 08356ae.
1 parent 08356ae commit 2802f08

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)