I would like to insert animation plot in my Shiny app published on the server. However, any try of deploying ends up in the following:
I cannot find ImageMagick with convert = 'convert' Warning in im.convert(img.files, output = path.expand(movie.name), convert = convert, : Please install ImageMagick first or put its bin path into the system PATH variable
Of course, there is no problem when I run the application on my computer with installed imageMagick. So my question is how can I force Shiny server to use the imageMagick from my computer or install it in Shiny environment?