Skip to content

Commit 867bcd6

Browse files
committed
Remove second library call for lattice
1 parent c440364 commit 867bcd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_g_scatterplotmatrix.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ srv_g_scatterplotmatrix <- function(id,
366366

367367
# check character columns. If any, then those are converted to factors
368368
check_char <- vapply(ANL[, cols_names], is.character, logical(1))
369-
qenv <- teal.code::eval_code(qenv, 'library("dplyr");library("lattice")') # nolint quotes
369+
qenv <- teal.code::eval_code(qenv, 'library("dplyr")') # nolint quotes
370370
if (any(check_char)) {
371371
qenv <- teal.code::eval_code(
372372
qenv,

0 commit comments

Comments
 (0)