Skip to content

Commit 08356ae

Browse files
committed
Revert "extra: remove 'teal.modules.general' from module code"
This reverts commit 7dff084.
1 parent 7dff084 commit 08356ae

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")') # nolint quotes
564+
teal.code::eval_code(data(), 'library("ggplot2");library("dplyr");library("teal.modules.general")') # nolint quotes
565565
)
566566

567567
anl_merged_q <- reactive({

0 commit comments

Comments
 (0)