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 08356ae commit 2802f08Copy full SHA for 2802f08
R/tm_g_bivariate.R
@@ -561,7 +561,7 @@ srv_g_bivariate <- function(id,
561
datasets = data
562
)
563
qenv <- reactive(
564
- teal.code::eval_code(data(), 'library("ggplot2");library("dplyr");library("teal.modules.general")') # nolint quotes
+ teal.code::eval_code(data(), 'library("ggplot2");library("dplyr")') # nolint quotes
565
566
567
anl_merged_q <- reactive({
0 commit comments