Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Jan 22, 2025
1 parent 16cf50a commit 5721b92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/pca.R
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ srv_g_pca <- function(id,
sample_tm_g_pca <- function(.test = FALSE) {
data <- within(
teal.data::teal_data(),
MAE <- hermes::multi_assay_experiment
MAE <- hermes::multi_assay_experiment # nolint
)
app <- teal::init(
data = data,
Expand Down
2 changes: 1 addition & 1 deletion R/quality.R
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ srv_g_quality <- function(id,
sample_tm_g_quality <- function(.test = FALSE) {
data <- within(
teal.data::teal_data(),
MAE <- hermes::multi_assay_experiment
MAE <- hermes::multi_assay_experiment # nolint
)
app <- teal::init(
data = data,
Expand Down
2 changes: 1 addition & 1 deletion R/scatterplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ srv_g_scatterplot <- function(id,
sample_tm_g_scatterplot <- function(.test = FALSE) {
data <- within(
teal.data::teal_data(),
MAE <- hermes::multi_assay_experiment
MAE <- hermes::multi_assay_experiment # nolint
)
app <- teal::init(
data = data,
Expand Down
2 changes: 1 addition & 1 deletion R/volcanoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ srv_g_volcanoplot <- function(id,
sample_tm_g_volcanoplot <- function(.test = FALSE) {
data <- within(
teal.data::teal_data(),
MAE <- hermes::multi_assay_experiment
MAE <- hermes::multi_assay_experiment # nolint
)
app <- teal::init(
data = data,
Expand Down

0 comments on commit 5721b92

Please sign in to comment.