Skip to content

Commit

Permalink
Merge pull request #126 from jhudsl/fix-bug
Browse files Browse the repository at this point in the history
Remove line `get_gs_pptx(url)` from `include_slide()`
  • Loading branch information
howardbaik authored Apr 9, 2024
2 parents 6946f16 + d6dbc24 commit 5d44949
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/gs_png.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ gs_png_download <- function(url, output_dir = ".", overwrite = TRUE) {
include_slide <- function(url,
output_dir = knitr::opts_chunk$get("fig.path"),
overwrite = TRUE, ...) {
get_gs_pptx(url)
outfile <- gs_png_download(url, output_dir, overwrite = overwrite)
knitr::include_graphics(outfile, ...)
}

0 comments on commit 5d44949

Please sign in to comment.