Skip to content

Commit 83e41a5

Browse files
authored
Update R/tm_a_pca.R
Signed-off-by: André Veríssimo <[email protected]>
1 parent 9b324b0 commit 83e41a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/tm_a_pca.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
437437
obj <- data()
438438
teal.reporter::teal_card(obj) <- append(teal.reporter::teal_card(obj), "# Principal Component Analysis", after = 0)
439439
teal.reporter::teal_card(obj) <- c(teal.reporter::teal_card(obj), "## Module's code")
440-
teal.code::eval_code(obj, 'library("ggplot2");library("dplyr");library("tidyr")') # nolint quotes
440+
teal.code::eval_code(obj, 'library("ggplot2");library("dplyr");library("tidyr")') # nolint: quotes.
441441
})
442442
anl_merged_q <- reactive({
443443
req(anl_merged_input())

0 commit comments

Comments
 (0)