From 7db32e893d9a439006fff70a6d68061ad9881a5a Mon Sep 17 00:00:00 2001 From: David Gohel Date: Sun, 27 Oct 2024 16:20:38 +0100 Subject: [PATCH] doc: mention beamer has only support for image fix #428 --- DESCRIPTION | 2 +- R/printers.R | 3 ++- man/knit_print.flextable.Rd | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index aa92ad41..1a0d51a9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: flextable Title: Functions for Tabular Reporting -Version: 0.9.7.018 +Version: 0.9.7.019 Authors@R: c( person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")), person("ArData", role = "cph"), diff --git a/R/printers.R b/R/printers.R index 05d31097..c25a14eb 100644 --- a/R/printers.R +++ b/R/printers.R @@ -509,7 +509,8 @@ print.flextable <- function(x, preview = "html", align = "center", ...) { #' } #' #' If the output format is not HTML, Word, or PDF (e.g., `rtf_document`, -#' `github_document`), an image will be generated instead. +#' `github_document`, `beamer_presentation`), an image will be generated +#' instead. #' @section Chunk options: #' #' Some features, often specific to an output format, are available to help you diff --git a/man/knit_print.flextable.Rd b/man/knit_print.flextable.Rd index 4b1f7642..962271e4 100644 --- a/man/knit_print.flextable.Rd +++ b/man/knit_print.flextable.Rd @@ -50,7 +50,8 @@ PDF \tab >= 1.12 } If the output format is not HTML, Word, or PDF (e.g., \code{rtf_document}, -\code{github_document}), an image will be generated instead. +\code{github_document}, \code{beamer_presentation}), an image will be generated +instead. } \section{Chunk options}{