-
Notifications
You must be signed in to change notification settings - Fork 125
Closed
Description
This is probably related to https://github.com/mtennekes/tmap/pull/220.
library(tmap)
data(NLD_prov)
m1 <- tm_shape(NLD_prov) +
tm_polygons("yellow") +
tm_facets(along = "name")
tmap_animation(m1, filename="Dutch_provinces.gif", width=800, delay=40)
#> Warning in syscall("magick convert -version"): error in running command
#> Error in tmap_animation(m1, filename = "Dutch_provinces.gif", width = 800, : Could not find ImageMagick. Make sure it is installed and included in the systems PATH
Created on 2018-07-07 by the reprex package (v0.2.0).
Metadata
Metadata
Assignees
Labels
No labels