Skip to content

Commit

Permalink
Disable more tests because it takes too long on winbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 1, 2021
1 parent 52df93d commit a51d4b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/fx.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ image_fx <- function(image, expression = "p", channel = NULL){
#' @rdname fx
#' @export
#' @examples # Use multiple source images
#' \donttest{
#' input <- c(logo, image_flop(logo))
#' image_fx_sequence(input, "(u+v)/2")
#' }
image_fx_sequence <- function(image, expression = "p"){
expression <- as.character(expression)
magick_image_fx_sequence(image, expression)
Expand Down
2 changes: 2 additions & 0 deletions man/fx.Rd

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

0 comments on commit a51d4b6

Please sign in to comment.