Skip to content

Commit

Permalink
fix spelling and styler workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 1, 2023
1 parent cd304c4 commit ccc1787
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
3 changes: 1 addition & 2 deletions R/plot.check_normality.R
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ plot.see_check_normality <- function(x,
colour = colors[1],
na.rm = TRUE
)
}
,
},
ggplot2::geom_qq(
mapping = if (detrend) ggplot2::aes(y = ggplot2::after_stat(.data$sample) - ggplot2::after_stat(.data$theoretical)),
shape = 16,
Expand Down
11 changes: 6 additions & 5 deletions R/plot.dw_data_tabulate.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,18 @@ plot.dw_data_tabulates <- function(x, label_values = TRUE,
show_na <- match.arg(show_na, choices = c("if_any", "always", "never"))
if (length(x) == 1) {
plot.dw_data_tabulate(
x[[1]], label_values = label_values,
x[[1]],
label_values = label_values,
show_na = show_na, na_label = na_label,
error_bar = error_bar, ci = ci,
fill_col = fill_col, color_error_bar = color_error_bar
)
} else {
lapply(x, plot.dw_data_tabulate,
label_values = label_values,
show_na = show_na, na_label = na_label,
error_bar = error_bar, ci = ci,
fill_col = fill_col, color_error_bar = color_error_bar
label_values = label_values,
show_na = show_na, na_label = na_label,
error_bar = error_bar, ci = ci,
fill_col = fill_col, color_error_bar = color_error_bar
)
}
}
Expand Down
8 changes: 5 additions & 3 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ Biserial
Blomqvist’s
Bluebrown
BossekJakob
CEFA
CMD
Cai
DOI
DasGupta
Dom
GGMs
GeomViolinHalf
Expand Down Expand Up @@ -61,21 +64,20 @@ ggraph
ggrepel
ggridges
ggstatsplot
github
grey
gridExtra
histodot
homegeneity
homoscedasticity
https
intraclass
io
jfly
jitter
joss
koeln
labelled
labelling
loadings
margherita
mattansb
mcmc
Expand All @@ -92,6 +94,7 @@ patilindrajeets
plotmm
pre
pts
qq
rOpenSci
rescaled
rstanarm
Expand All @@ -105,6 +108,5 @@ users’
vermillion
viridis
visualising
www
’ggstatsplot’

0 comments on commit ccc1787

Please sign in to comment.