Skip to content

Commit

Permalink
remove redundant importFrom statement
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 17, 2023
1 parent b49eb13 commit a47af48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
1 change: 0 additions & 1 deletion R/methods.easycorrelation.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ as.list.easycorrelation <- function(x, cols = NULL, redundant = FALSE, ...) {
# insight::standardize_names(correlation(mtcars[1:4], method = "kendall"))
# insight::standardize_names(correlation(mtcars[1:4], method = "kendall"), style = "broom")
# correlation(mtcars[1:4], method = "kendall", standardize_names = TRUE)
#' @importFrom insight standardize_names
#' @export
standardize_names.easycorrelation <- function(data, ...) {
ori <- data
Expand Down
15 changes: 10 additions & 5 deletions man/cormatrix_to_excel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/correlation-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a47af48

Please sign in to comment.