Skip to content

Commit

Permalink
reexport more formatting functions
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakethompson committed Nov 8, 2023
1 parent 5db081f commit 972a628
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 5 deletions.
10 changes: 10 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ export(consulting_report)
export(enquo)
export(enquos)
export(expr)
export(fmt_corr)
export(fmt_count)
export(fmt_digits)
export(fmt_italic)
export(fmt_kbl)
export(fmt_kbl_header)
export(fmt_leading_zero)
export(fmt_minus)
export(fmt_prop)
export(fmt_prop_pct)
export(fmt_replace_na)
export(fmt_table)
export(ggsave2)
export(gt_theme_wjake)
Expand Down Expand Up @@ -54,12 +59,17 @@ importFrom(hrbrthemes,scale_x_percent)
importFrom(hrbrthemes,scale_y_comma)
importFrom(hrbrthemes,scale_y_percent)
importFrom(magrittr,"%>%")
importFrom(ratlas,fmt_corr)
importFrom(ratlas,fmt_count)
importFrom(ratlas,fmt_digits)
importFrom(ratlas,fmt_italic)
importFrom(ratlas,fmt_kbl)
importFrom(ratlas,fmt_kbl_header)
importFrom(ratlas,fmt_leading_zero)
importFrom(ratlas,fmt_minus)
importFrom(ratlas,fmt_prop)
importFrom(ratlas,fmt_prop_pct)
importFrom(ratlas,fmt_replace_na)
importFrom(ratlas,fmt_table)
importFrom(ratlas,ggsave2)
importFrom(ratlas,palette_okabeito)
Expand Down
44 changes: 41 additions & 3 deletions R/reexports.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,45 +14,83 @@ hrbrthemes::scale_y_percent
#' @importFrom ratlas palette_okabeito
#' @export
ratlas::palette_okabeito

#' @importFrom ratlas palette_okabeito_black
#' @export
ratlas::palette_okabeito_black

#' @importFrom ratlas scale_color_okabeito
#' @export
ratlas::scale_color_okabeito

#' @importFrom ratlas scale_color_okabeito
#' @export
ratlas::scale_color_okabeito

#' @importFrom ratlas scale_colour_okabeito
#' @export
ratlas::scale_colour_okabeito

#' @importFrom ratlas scale_fill_okabeito
#' @export
ratlas::scale_fill_okabeito

#' @importFrom ratlas scale_okabeito
#' @export
ratlas::scale_okabeito

#' @importFrom ratlas ggsave2
#' @export
ratlas::ggsave2

#' @importFrom ratlas fmt_count
#' @export
ratlas::fmt_count

#' @importFrom ratlas fmt_digits
#' @export
ratlas::fmt_digits

#' @importFrom ratlas fmt_italic
#' @export
ratlas::fmt_italic

#' @importFrom ratlas fmt_leading_zero
#' @export
ratlas::fmt_leading_zero

#' @importFrom ratlas fmt_minus
#' @export
ratlas::fmt_minus

#' @importFrom ratlas fmt_replace_na
#' @export
ratlas::fmt_replace_na

#' @importFrom ratlas fmt_corr
#' @export
ratlas::fmt_corr

#' @importFrom ratlas fmt_prop
#' @export
ratlas::fmt_prop

#' @importFrom ratlas fmt_prop_pct
#' @export
ratlas::fmt_prop_pct

#' @importFrom ratlas fmt_italic
#' @export
ratlas::fmt_italic

#' @importFrom ratlas fmt_kbl
#' @export
ratlas::fmt_kbl

#' @importFrom ratlas fmt_kbl_header
#' @export
ratlas::fmt_kbl_header

#' @importFrom ratlas fmt_table
#' @export
ratlas::fmt_table
#' @importFrom ratlas fmt_prop_pct
#' @export
ratlas::fmt_prop_pct
9 changes: 7 additions & 2 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 972a628

Please sign in to comment.