diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 79318c6ed..38d535b7f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: additional_dependencies: - methods - magrittr - - insightsengineering/formatters + - formatters - stats - htmltools - grid diff --git a/R/tt_export.R b/R/tt_export.R index 52d905897..84719e7e4 100644 --- a/R/tt_export.R +++ b/R/tt_export.R @@ -505,7 +505,6 @@ formatters::export_as_pdf #' specific formats and details to use [tt_to_flextable()] first and then `export_as_docx`. #' Only `title_as_header` and `footer_as_text` need to be specified again if changed in #' `tt_to_flextable()`. -#' } #' #' @seealso [tt_to_flextable()] #' diff --git a/man/export_as_docx.Rd b/man/export_as_docx.Rd index 432d13fea..faaa94124 100644 --- a/man/export_as_docx.Rd +++ b/man/export_as_docx.Rd @@ -77,7 +77,6 @@ specific formats and details to use \code{\link[=tt_to_flextable]{tt_to_flextabl Only \code{title_as_header} and \code{footer_as_text} need to be specified again if changed in \code{tt_to_flextable()}. } -} \examples{ lyt <- basic_table() \%>\% split_cols_by("ARM") \%>\%