get_imconvert
searches for the convert tool being part of the ImageMagick software on your system (either Windows or Linux) or installs it.
The convert tool system command or directory is needed by the animate_move()
function of the moveVis
package.
If you are running Windows, the function can download and either temporarily or permanently install ImageMagick
on your Windows system in case that no existing installation can be found. If you are running Linux,
the function provides a root permission requiring command to be executed once by the user in the terminal
to install ImageMagick (Linux), if ImageMagick is not installed. On standard Ubuntu distributions, ImageMagick belongs to the preinstalled packages by default.