Skip to content

Commit e60d1c8

Browse files
committed
typos
1 parent 79beeca commit e60d1c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ VignetteBuilder:
8585
rmarkdown
8686
Remotes:
8787
insightsengineering/teal.reporter@teal_reportable,
88-
insightsengineering/teal@teal_reportable,
88+
insightsengineering/teal@teal_reportable
8989
Config/Needs/verdepcheck: haleyjeppson/ggmosaic, tidyverse/ggplot2,
9090
rstudio/shiny, insightsengineering/teal,
9191
insightsengineering/teal.transform, mllg/checkmate, tidyverse/dplyr,

R/tm_a_pca.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
440440
teal.reporter::teal_card(obj),
441441
teal.reporter::teal_card("## Module's code")
442442
)
443-
teal.code::eval_code(obj, expression(library("ggplot2"), library("dplyr"), library("tidyr"))
443+
teal.code::eval_code(obj, expression(library("ggplot2"), library("dplyr"), library("tidyr")))
444444
})
445445
anl_merged_q <- reactive({
446446
req(anl_merged_input())

0 commit comments

Comments
 (0)