Skip to content

Commit

Permalink
namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 27, 2024
1 parent dd49b18 commit 10c6034
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Generated by roxygen2: do not edit by hand

S3method(knit_print,tinytable)
S3method(knitr::knit_print,tinytable)
S3method(knitr::knit_print, tinytable)
S3method(print,tinytable)
export(format_tt)
export(group_tt)
export(knit_print.tinytable)
export(plot_tt)
export(save_tt)
export(style_tt)
Expand Down
2 changes: 1 addition & 1 deletion R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#'
#' @keywords internal
#' @return A string with class `knit_asis` to be printed in Rmarkdown or Quarto documents.
#' @exportS3Method knitr::knit_print
#' @rawNamespace S3method(knitr::knit_print, tinytable)
#' @export
knit_print.tinytable <- function(x,
output = get_option("tinytable_print_output", default = NULL),
Expand Down
2 changes: 1 addition & 1 deletion man/knit_print.tinytable.Rd

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

0 comments on commit 10c6034

Please sign in to comment.