Skip to content

Commit

Permalink
test run-dontrun
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 29, 2025
1 parent fa4f5e4 commit 63b4439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/images.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#' @examples \dontrun{
#' curl::curl_download('https://jeroen.github.io/images/blackbear.mp4', 'blackbear.mp4')
#' av_video_images('blackbear.mp4', fps = 1, trim = "10:20")
#' stop("This should error")
#' }
av_video_images <- function(video, destdir = tempfile(), format = 'jpg', fps = NULL, trim = NULL){
stopifnot(length(video) == 1)
Expand Down
1 change: 1 addition & 0 deletions man/av_video_images.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63b4439

Please sign in to comment.