Skip to content

Commit

Permalink
organize re-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 11, 2024
1 parent 52c2718 commit bb52186
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
9 changes: 0 additions & 9 deletions R/display.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,3 @@ display.compare_performance <- display.performance_model

#' @export
display.check_itemscale <- display.performance_model




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

#' @importFrom insight display
#' @export
insight::display
12 changes: 0 additions & 12 deletions R/print_md.R
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,3 @@ print_md.check_itemscale <- function(x, digits = 2, ...) {
align = "firstleft"
)
}


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

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


#' @importFrom insight print_html
#' @export
insight::print_html
12 changes: 12 additions & 0 deletions R/reexports.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#' @importFrom insight display
#' @export
insight::display

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


#' @importFrom insight print_html
#' @export
insight::print_html
2 changes: 1 addition & 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 bb52186

Please sign in to comment.