Skip to content

Commit

Permalink
[skip style] [skip vbump] Restyle files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent a3d3de8 commit 7aed6cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion R/tm_a_regression.R
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ srv_a_regression <- function(id,
})

output_plot_0 <- reactive({

fit <- fit_r()[["fit"]]
ANL <- anl_merged_q()[["ANL"]]

Expand Down
2 changes: 1 addition & 1 deletion R/tm_outliers.R
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ srv_outliers <- function(id, data, reporter, filter_panel_api, outlier_var,

decorated_boxplot_q <- srv_teal_transform_data("boxplot_decorator", data = boxplot_q, transformators = decorators$boxplot)

Check warning on line 985 in R/tm_outliers.R

View workflow job for this annotation

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

file=R/tm_outliers.R,line=985,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 126 characters.
decorated_violin_q <- srv_teal_transform_data("violin_decorator", data = boxplot_q, transformators = decorators$violin)

Check warning on line 986 in R/tm_outliers.R

View workflow job for this annotation

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

file=R/tm_outliers.R,line=986,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 123 characters.
decorated_density_plot_q <-srv_teal_transform_data("density_decorator", data = density_plot_q, transformators = decorators$density)
decorated_density_plot_q <- srv_teal_transform_data("density_decorator", data = density_plot_q, transformators = decorators$density)

Check warning on line 987 in R/tm_outliers.R

View workflow job for this annotation

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

file=R/tm_outliers.R,line=987,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 136 characters.
decorated_cumulative_plot_q <- srv_teal_transform_data("cum_dist_decorator", data = cumulative_plot_q, transformators = decorators$cum_dist)

Check warning on line 988 in R/tm_outliers.R

View workflow job for this annotation

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

file=R/tm_outliers.R,line=988,col=121,[line_length_linter] Lines should not be more than 120 characters. This line is 144 characters.

final_q <- reactive({
Expand Down

0 comments on commit 7aed6cd

Please sign in to comment.