Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion R/tm_a_pca.R
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ srv_a_pca <- function(id, data, dat, plot_height, plot_width, ggplot2_args, deco
obj <- data()
teal.reporter::teal_card(obj) <-
c(
teal.reporter::teal_card("# Principal Component Analysis"),
teal.reporter::teal_card(obj),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
1 change: 0 additions & 1 deletion R/tm_a_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ srv_a_regression <- function(id,
obj <- data()
teal.reporter::teal_card(obj) <-
c(
teal.reporter::teal_card("# Linear Regression Plot"),
teal.reporter::teal_card(obj),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
1 change: 0 additions & 1 deletion R/tm_g_association.R
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ srv_tm_g_association <- function(id,
obj <- data()
teal.reporter::teal_card(obj) <-
c(
teal.reporter::teal_card("# Association Plot"),
teal.reporter::teal_card(obj),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
1 change: 0 additions & 1 deletion R/tm_g_bivariate.R
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ srv_g_bivariate <- function(id,
obj <- data()
teal.reporter::teal_card(obj) <-
c(
teal.reporter::teal_card("# Bivariate Plot"),
teal.reporter::teal_card(obj),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
1 change: 0 additions & 1 deletion R/tm_g_distribution.R
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ srv_distribution <- function(id,
obj <- merged$anl_q_r()
teal.reporter::teal_card(obj) <-
c(
teal.reporter::teal_card("# Distribution Plot"),
teal.reporter::teal_card(obj),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
1 change: 0 additions & 1 deletion R/tm_g_response.R
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@ srv_g_response <- function(id,
qenv <- merged$anl_q_r()
teal.reporter::teal_card(qenv) <-
c(
teal.reporter::teal_card("# Response Plot"),
teal.reporter::teal_card(qenv),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
1 change: 0 additions & 1 deletion R/tm_g_scatterplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ srv_g_scatterplot <- function(id,
qenv <- reactive({
obj <- data()
teal.reporter::teal_card(obj) <- c(
teal.reporter::teal_card("# Scatter Plot"),
teal.reporter::teal_card(obj),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
1 change: 0 additions & 1 deletion R/tm_g_scatterplotmatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ srv_g_scatterplotmatrix <- function(id,
req(anl_merged_input())
obj <- data()
teal.reporter::teal_card(obj) <- c(
teal.reporter::teal_card("# Scatter Plot Matrix"),
teal.reporter::teal_card(obj),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
1 change: 0 additions & 1 deletion R/tm_missing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,6 @@ srv_missing_data <- function(id,
anl <- data_r()
obj <- data()
teal.reporter::teal_card(obj) <- c(
teal.reporter::teal_card("# Missing Data"),
teal.reporter::teal_card(obj),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
1 change: 0 additions & 1 deletion R/tm_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@
qenv <- merged$anl_q_r()
teal.reporter::teal_card(qenv) <-
c(
teal.reporter::teal_card("# Outliers Analysis"),
teal.reporter::teal_card(qenv),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down Expand Up @@ -739,7 +738,7 @@
categorical_var_name = as.name(categorical_var)
)
)
) |> within({

Check warning on line 741 in R/tm_outliers.R

View workflow job for this annotation

GitHub Actions / SuperLinter 🦸‍♀️ / Lint R code 🧶

file=R/tm_outliers.R,line=741,col=11,[pipe_continuation_linter] Put a space before `|>` and a new line after it, unless the full pipeline fits on one line.
table <- rtables::df_to_tt(summary_data)
table
})
Expand Down
1 change: 0 additions & 1 deletion R/tm_t_crosstable.R
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ srv_t_crosstable <- function(id, data, label, x, y, remove_zero_columns, basic_t
obj <- data()
teal.reporter::teal_card(obj) <-
c(
teal.reporter::teal_card("# Cross Table"),
teal.reporter::teal_card(obj),
teal.reporter::teal_card("## Module's output(s)")
)
Expand Down
Loading