[Solved] R Error: ERROR: configuration failed for package ‘magick’

An error occurred when installing the spatialexperiment package in R

ERROR: configuration failed for package ‘magick’

The error message appears to be missing ImageMagick

Solution: try to install with conda

conda install -c conda-forge imagemagick

Done!

Read More: