I would like to stablish global options to a bunch of animations rendered using gganimate. The most important part is no-loop option but ...can not add to list of parameters this way. Every other option worked.
options(gganimate.dev_args = list(width = 14,
height = 7,
units = 'in',
res = 200,
renderer = gifski_renderer(loop = F)))
Error in device(files[i], ...) :
unused argument (renderer = function (frames, fps)