Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolas Burkoff committed Dec 22, 2022
1 parent 566a92d commit 35c4625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tm_g_barchart_simple.R
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ srv_g_barchart_simple <- function(id,
all_q <- shiny::reactive({
teal::validate_inputs(iv_r())
groupby_vars <- as.list(r_groupby_vars()) # so $ access works below
ANL <- count_q()[["ANL"]]
ANL <- count_q()[["ANL"]] # nolint

qenv2 <- teal.code::eval_code(count_q(), substitute(
env = list(groupby_vars = paste(groupby_vars, collapse = ", ")),
Expand Down

0 comments on commit 35c4625

Please sign in to comment.