Skip to content

Commit

Permalink
Revert "remove unnecessary import and re-export"
Browse files Browse the repository at this point in the history
This reverts commit 0b85eb2.
  • Loading branch information
IndrajeetPatil committed Sep 17, 2023
1 parent 0b85eb2 commit b49eb13
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 13 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ export(pcor_to_cor)
export(print_html)
export(print_md)
export(simulate_simpson)
export(standardize_names)
export(visualisation_recipe)
export(z_fisher)
importFrom(bayestestR,simulate_simpson)
importFrom(datawizard,visualisation_recipe)
importFrom(insight,display)
importFrom(insight,print_html)
importFrom(insight,print_md)
importFrom(insight,standardize_names)
1 change: 1 addition & 0 deletions R/methods.easycorrelation.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ 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
4 changes: 4 additions & 0 deletions R/reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ bayestestR::simulate_simpson
#' @importFrom datawizard visualisation_recipe
datawizard::visualisation_recipe

#' @export
#' @importFrom insight standardize_names
insight::standardize_names

#' @importFrom insight print_md
#' @export
insight::print_md
Expand Down
1 change: 0 additions & 1 deletion inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ pinv
polychoric
pracma
rOpenSci
rempsyc
rescaled
ressembles
rmarkdown
Expand Down
15 changes: 5 additions & 10 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: 0 additions & 1 deletion man/correlation-package.Rd

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

3 changes: 2 additions & 1 deletion man/reexports.Rd

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

0 comments on commit b49eb13

Please sign in to comment.