Skip to content

Commit 22faabd

Browse files
committed
Fix misspelling on linters
1 parent 6d71798 commit 22faabd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

R/tm_g_association.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ tm_g_association <- function(label = "Association",
151151
show_association = TRUE,
152152
plot_height = c(600, 400, 5000),
153153
plot_width = NULL,
154-
distribution_theme = c("gray", "bw", "linedraw", "light", "dark", "minimal", "classic", "void"), # nolint line_length_lintr.
155-
association_theme = c("gray", "bw", "linedraw", "light", "dark", "minimal", "classic", "void"), # nolint line_length_lintr.
154+
distribution_theme = c("gray", "bw", "linedraw", "light", "dark", "minimal", "classic", "void"), # nolint line_length_linter.
155+
association_theme = c("gray", "bw", "linedraw", "light", "dark", "minimal", "classic", "void"), # nolint line_length_linter.
156156
pre_output = NULL,
157157
post_output = NULL,
158158
ggplot2_args = teal.widgets::ggplot2_args(),

R/tm_g_response.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ srv_g_response <- function(id,
520520
resp_cl = resp_cl,
521521
hjust_value = if (swap_axes) "left" else "middle",
522522
vjust_value = if (swap_axes) "middle" else -1,
523-
position_anl2_value = if (!freq) quote(position_fill(0.5)) else quote(position_stack(0.5)), # nolint line_length_lintr
523+
position_anl2_value = if (!freq) quote(position_fill(0.5)) else quote(position_stack(0.5)), # nolint line_length_linter
524524
anl3_y = if (!freq) 1.1 else as.name("ns"),
525525
position_anl3_value = if (!freq) "fill" else "stack"
526526
)

0 commit comments

Comments
 (0)