Skip to content

Commit

Permalink
Add missing ...
Browse files Browse the repository at this point in the history
  • Loading branch information
seananderson committed Sep 18, 2024
1 parent f987c6b commit fb624a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ss3/99-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ write_tex <- function(x, macro, file = "values.tex", append = TRUE) {
readr::write_lines(paste0("values/", file), append = append)
}
ggsave_optipng <- function(filename, width = NA, height = NA, ...) {
ggsave(filename, width = width, height = height)
ggsave(filename, width = width, height = height, ...)
cmd <- paste0("optipng -strip all ", filename)
if (system("which optipng") == 0L) system(cmd)
}
Expand Down

0 comments on commit fb624a3

Please sign in to comment.