Skip to content

Commit a053e94

Browse files
committed
Revert ubstitute call
This reverts commit 1aba9c5.
1 parent 1aba9c5 commit a053e94

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

R/tm_missing_data.R

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -535,16 +535,9 @@ srv_missing_data <- function(id,
535535

536536
group_var <- input$group_by_var
537537
anl <- data_r()
538-
qenv <- teal.code::eval_code(data(),
539-
substitute(expr = {
540-
library('dplyr')
541-
library('ggplot2')
542-
library('tidyr')
543-
library('forcats')
544-
library('glue')
545-
library('sparkline')
546-
})
547-
)
538+
qenv <- teal.code::eval_code(data(), {
539+
"library('dplyr');library('ggplot2');library('tidyr');library('forcats');library('glue')"
540+
})
548541

549542
qenv <- if (!is.null(selected_vars()) && length(selected_vars()) != ncol(anl)) {
550543
teal.code::eval_code(

0 commit comments

Comments
 (0)