Skip to content

Commit

Permalink
Remove unnecessary import directives
Browse files Browse the repository at this point in the history
Discovered while thinking about easystats/easystats#379
  • Loading branch information
IndrajeetPatil committed Sep 20, 2023
1 parent 09e3209 commit 325f6f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
6 changes: 0 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,8 @@ importFrom(bayestestR,equivalence_test)
importFrom(datawizard,standardise)
importFrom(datawizard,standardize)
importFrom(insight,display)
importFrom(insight,find_predictors)
importFrom(insight,print_html)
importFrom(insight,print_md)
importFrom(parameters,model_parameters)
importFrom(parameters,standardize_info)
importFrom(parameters,standardize_parameters)
importFrom(parameters,standardize_posteriors)
importFrom(stats,anova)
importFrom(stats,aov)
importFrom(stats,na.omit)
importFrom(utils,packageVersion)
5 changes: 0 additions & 5 deletions R/eta_squared-main.R
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,6 @@ cohens_f_squared <- function(model,


#' @keywords internal
#' @importFrom stats anova
.anova_es.default <- function(model, ...) {
.anova_es.anova(stats::anova(model), ...)
}
Expand Down Expand Up @@ -842,8 +841,6 @@ cohens_f_squared <- function(model,
}

#' @keywords internal
#' @importFrom parameters model_parameters
#' @importFrom stats anova
.anova_es.aov <- function(model,
type = c("eta", "omega", "epsilon"),
partial = TRUE,
Expand Down Expand Up @@ -885,8 +882,6 @@ cohens_f_squared <- function(model,
.anova_es.glm <- .anova_es.lm

#' @keywords internal
#' @importFrom parameters model_parameters
#' @importFrom insight find_predictors
.anova_es.aovlist <- function(model,
type = c("eta", "omega", "epsilon"),
partial = TRUE,
Expand Down
3 changes: 0 additions & 3 deletions R/eta_squared-methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
#' @keywords internal
.anova_es.anova.lme <- .anova_es.anova

#' @importFrom stats na.omit
#' @keywords internal
.anova_es.parameters_model <- function(model,
type = c("eta", "omega", "epsilon"),
Expand Down Expand Up @@ -249,8 +248,6 @@
# Specific models ---------------------------------------------------------

#' @keywords internal
#' @importFrom stats aov
#' @importFrom utils packageVersion
.anova_es.maov <- function(model,
type = c("eta", "omega", "epsilon"),
partial = TRUE,
Expand Down

0 comments on commit 325f6f6

Please sign in to comment.