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}{