yihui / animation

A gallery of animations in statistics and utilities to create animations

Home Page:https://yihui.org/animation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saveGIF() not passing delay value to convert

radbasa opened this issue · comments

Hi, I'm having this problem.

> saveGIF(undervotes.animate, interval = 0.5, movie.name='output.gif')
Executing: 
convert -loop 0 -delay 'output.gif'
convert: invalid argument for option '-delay': output.gif @ error/convert.c/ConvertImageCommand/1277.
an error occurred in the conversion... see Notes in ?im.convert
[1] FALSE
> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: macOS Sierra 10.12.5

animation package is ver 2.5

My mistake. Sorry.

saveGIF(undervotes.animate**()**, interval = 0.5, movie.name='output.gif')