Skip to content

Commit

Permalink
move all reexports to single location
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed Sep 17, 2023
1 parent 294bba8 commit 57a6ca8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 23 deletions.
10 changes: 0 additions & 10 deletions R/display.R
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,3 @@ display.equivalence_test_lm <- function(object, format = "markdown", digits = 2,
display.parameters_distribution <- function(object, format = "markdown", digits = 2, ...) {
print_md(x = object, digits = digits, ...)
}





# Reexports models ------------------------

#' @importFrom insight display
#' @export
insight::display
10 changes: 0 additions & 10 deletions R/print_md.R
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,3 @@ print_md.parameters_distribution <- function(x, digits = 2, ci_brackets = c("(",

insight::export_table(formatted_table, format = "markdown", align = "firstleft", ...)
}





# Reexports models ------------------------

#' @importFrom insight print_md
#' @export
insight::print_md
8 changes: 8 additions & 0 deletions R/reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ insight::supported_models
#' @export
insight::print_html

#' @importFrom insight print_md
#' @export
insight::print_md

#' @importFrom insight display
#' @export
insight::display

# ----------------------- datawizard -------------------------------------

#' @importFrom datawizard describe_distribution
Expand Down
6 changes: 3 additions & 3 deletions man/reexports.Rd

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

0 comments on commit 57a6ca8

Please sign in to comment.