Skip to content

Commit 41d3585

Browse files
committed
Merge branch '786_attached_packages@main' of https://github.com/insightsengineering/teal.modules.general into 786_attached_packages@main
2 parents 23535a1 + c100e73 commit 41d3585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_association.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ srv_tm_g_association <- function(id,
344344

345345
qenv <- teal.code::eval_code(
346346
data(),
347-
'library("ggplot2");library("dplyr");library("tern");library("ggmosaic");library("grid")' # nolint quotes
347+
'library("ggplot2");library("dplyr");library("tern");library("ggmosaic")' # nolint quotes
348348
)
349349
anl_merged_q <- reactive({
350350
req(anl_merged_input())

0 commit comments

Comments
 (0)