You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add support for 'ani.res' for arbitrary graphic devices
in 'saveGIF()', 'saveHTML()', and 'saveVideo()'.
* Should work for any graphic device function with 'res'
as an argument. In particular should continue to support R's built-in
raster image format devices as well as 'ragg::agg_png()'
and R's built-in devices passed in as a function instead of string.
* Still no 'ani.res' support in 'saveLatex()' ('pdf' devices recommended)
nor 'saveSWF()' (flash no longer supported in many browsers)
* Also fixes bug when 'ani.dev' is a function instead of a character vector
closes#133, closes#134
Checked, works fine on CentOS8.
Thank you Trevor!
I'll be making a Pull Request that fixes this.
The text was updated successfully, but these errors were encountered: