Skip to content

Commit

Permalink
fix: correct error message
Browse files Browse the repository at this point in the history
fix #641
  • Loading branch information
davidgohel committed Jun 20, 2024
1 parent 1320bce commit 277560b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: flextable
Title: Functions for Tabular Reporting
Version: 0.9.6
Version: 0.9.7.001
Authors@R: c(
person("David", "Gohel", , "david.gohel@ardata.fr", role = c("aut", "cre")),
person("ArData", role = "cph"),
Expand Down
2 changes: 1 addition & 1 deletion R/printers.R
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ save_as_image <- function(x, path, expand = 10, res = 200, ...) {
if (!requireNamespace("svglite", quietly = TRUE)) {
stop(sprintf(
"'%s' package should be installed to save a flextable in a '%s' image.",
"svglite"
"svglite", "svg"
))
}
svglite::svglite(
Expand Down

0 comments on commit 277560b

Please sign in to comment.