这是indexloc提供的服务,不要输入任何密码
Skip to content

Could not find ImageMagick. #224

@Nowosad

Description

@Nowosad

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions