Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Nov 3, 2024
1 parent f28cdae commit a475c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shiny2screenshot.R
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ glue_regexp_screenshot_files <- function(name = NULL, auto_numbered = TRUE) {
#' @inheritDotParams magick::image_animate
#' @return A `magick-image`.
#' @export
image_animate_snaps <- function(snaps = fs::path(), fps = 5,...) {
image_animate_snaps <- function(snaps = fs::path(), fps = 5, ...) {
if (any(!fs::file_exists(snaps))) rlang::abort("File could not be found.")
names(snaps) <- fs::path_file(snaps)
check_installed_magick()
Expand Down

0 comments on commit a475c75

Please sign in to comment.