Skip to content

Commit c0a2880

Browse files
committed
missing prefixes
1 parent 0ef73eb commit c0a2880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/tm_a_pca.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
738738
size <- input$size
739739
font_size <- input$font_size
740740

741-
teal_card(base_q) <- append(teal_card(base_q), "## Biplot")
741+
teal.reporter::teal_card(base_q) <- append(teal.reporter::teal_card(base_q), "## Biplot")
742742
qenv <- teal.code::eval_code(
743743
qenv,
744744
substitute(
@@ -999,7 +999,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
999999
parsed_ggplot2_args$theme
10001000
)
10011001

1002-
teal_card(base_q) <- append(teal_card(base_q), "## Eigenvector plot")
1002+
teal.reporter::teal_card(base_q) <- append(teal.reporter::teal_card(base_q), "## Eigenvector plot")
10031003
teal.code::eval_code(
10041004
base_q,
10051005
substitute(

0 commit comments

Comments
 (0)