-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
If the terminal wants you to type in the password, it should be the password for system login. |
Of note: you should be able to run a command line command from the R console with the following construction. system("[insert command]") |
If someone can provide guidance on a PC, that would be fantastic! |
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 |
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). |
I took the following steps on Mac:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
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.
The text was updated successfully, but these errors were encountered: