Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattansb committed Aug 14, 2023
2 parents c693033 + b8e11df commit 44f41de
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Depends:
R (>= 3.6)
Imports:
bayestestR (>= 0.13.0),
insight (>= 0.19.1),
insight (>= 0.19.3.2),
parameters (>= 0.20.2),
performance (>= 0.10.2),
datawizard (>= 0.6.5),
Expand Down Expand Up @@ -107,3 +107,4 @@ Config/Needs/website:
rstudio/bslib,
r-lib/pkgdown,
easystats/easystatstemplate
Remotes: easystats/insight
3 changes: 2 additions & 1 deletion R/eta_squared-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
aov_tab$df_error <- aov_tab[["den Df"]]
aov_tab <- aov_tab[, c("Parameter", "df", "df_error", "F")]

out <- .es_aov_table(aov_tab, type = type,
out <- .es_aov_table(aov_tab,
type = type,
partial = partial, generalized = generalized,
ci = ci, alternative = alternative,
verbose = verbose,
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Kiesser
Koo
Kruschke
LMM
Labelled
Lajeunesse
Lakens
Landis
Expand Down

0 comments on commit 44f41de

Please sign in to comment.