Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing ImageMagick #1

Open
aaronxsu opened this issue Mar 22, 2017 · 5 comments
Open

Installing ImageMagick #1

aaronxsu opened this issue Mar 22, 2017 · 5 comments

Comments

@aaronxsu
Copy link
Member

aaronxsu commented Mar 22, 2017

I took the following steps on Mac:

  1. Open the terminal
  2. Paste the following command to the terminal to install home brew, the package manager for mac:
    /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. After installing home brew, in the terminal, paste the following to install imagemagick:
    brew install imagemagick

Homebrew: https://brew.sh/
Mac package search for home brew: http://braumeister.org/
ImageMagick: http://www.imagemagick.org/script/index.php

If you are using linux, the installation should be similar.

@aaronxsu
Copy link
Member Author

If the terminal wants you to type in the password, it should be the password for system login.
When typing the password, you may not see the new character input in the terminal, but just trust the terminal and keep on typing - press enter when you finish.

@simonkassel
Copy link

simonkassel commented Mar 22, 2017

Of note: you should be able to run a command line command from the R console with the following construction.

system("[insert command]")

@javetis
Copy link

javetis commented Mar 22, 2017

If someone can provide guidance on a PC, that would be fantastic!

@robmarie
Copy link

robmarie commented Mar 22, 2017

For a PC I followed the suggestions here! http://stackoverflow.com/questions/17570082/imagemagick-in-r but I found that the 64 bit version was too new for my laptop so I downloaded the Win32 version here http://www.imagemagick.org/script/binary-releases.php#windows and ran it and had it replace all the files. Then I made sure that I installed the package magick. After that I restarted R and everything ran fine. That may have overcomplicated it, but it's working so I'll take it

@javetis
Copy link

javetis commented Mar 22, 2017

I found another workaround. You must click a box in the installation process that installs the legacy components (including the convert.exe). If you do this, all will be well (at least it was for me).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants