minor tmap_animation update suggestion #220
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey Martijn,
I am just playing around with
tmap_animation()
. There is a minor probably Windows-only issue related to:https://stackoverflow.com/questions/40096966/r-tmap-animation-tmap-imagemagick
When installing ImageMagick, one has to check a box "install legacy files (e.g., convert.exe)". Not doing so results in an error message since there seems to be another convert command under Windows. This this is not well-documented, I think it would be more user-friendly to be more specific in the code of
tmap_animation()
in the sense to make clear that the convert command of ImageMagick should be used (see minor file change).As a side note, the first example of
tmap_animation()
is not working, since there is no object calledNLD_prov
.