I\'m having trouble with the SaveGIF function in library (animation). The function gives me this error:
Error in cmd.fun(sprintf("%s --version"
You can find where your convert function lives with system("which convert", intern=TRUE) and then you (may be able to) add that to your PATH variable with
system("which convert", intern=TRUE)
Sys.setenv(PATH=...)