We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3481365 commit 2121668Copy full SHA for 2121668
R/tm_g_bivariate.R
@@ -549,7 +549,7 @@ srv_g_bivariate <- function(id,
549
)
550
qenv <- teal.code::eval_code(
551
data(),
552
- 'library("ggplot2");library("dplyr");library("tern");library("ggmosaic");library("grid")' # nolint quotes
+ 'library("ggplot2");library("dplyr");library("teal.modules.general")' # nolint quotes
553
554
555
anl_merged_q <- reactive({
0 commit comments