Skip to content

Commit

Permalink
namespace directive
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Dec 14, 2024
1 parent d82ea16 commit be06703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ S3method(glance,marginaleffects_mids)
S3method(glance,marginalmeans)
S3method(glance,predictions)
S3method(glance,slopes)
S3method(knitr::knit_print, marginaleffects)
S3method(knitr::knit_print,comparisons)
S3method(knitr::knit_print,hypotheses)
S3method(knitr::knit_print,marginaleffects)
S3method(knitr::knit_print,predictions)
S3method(knitr::knit_print,slopes)
S3method(plot,comparisons)
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, marginaleffects)
knit_print.marginaleffects <- function(x, ...) {
if (isTRUE(getOption("marginaleffects_print_style") == "tinytable")) {
insight::check_if_installed("tinytable")
Expand Down
2 changes: 1 addition & 1 deletion man/knit_print.marginaleffects.Rd

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

0 comments on commit be06703

Please sign in to comment.