Skip to content

Commit c100e73

Browse files
llrs-rochem7pr
andauthored
Update R/tm_g_association.R
Co-authored-by: Marcin <[email protected]> Signed-off-by: Lluís Revilla <[email protected]>
1 parent d6ea33a commit c100e73

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)