Closed tbrown122387 closed 2 years ago
Hi @tbrown122387 -- sorry about that.
Have you tried installing the ImageMagick++ library on your machine? For Ubuntu it should be installable using:
sudo apt-get install libmagick++-dev
(I got this from here).
Secondly, does mmrefpoints
load even though you get this error on install? I only ask because in the package, magick
is used to run the gif engine for one of the tabs in the app and plays a pretty small role (but one I haven't been able to replace w anything else). If you can still install it, you can review the rest of the package and app's functionality while I figure out the magick
issue.
@mcsiple okay great, that works! Maybe a small tidbit should be added to the install section in the README that mentions the added difficulty for Linux folks?
Regarding your second paragraph, I doubt the rest of it would load. I'm looking at the last line of the error message. It just deletes all of the progress if it doesn't get to the end successfully.
Happy holidays by the way!
I added a note to the README for Linux users! Just saw your other message and will answer shortly.
For some reason my
devtools::install_github()
fails. I get thismagick
is in theDESCRIPTION
file, so that's not the problem. It attempted to installmagick
but I got this:.pc
files are DOS-specific if I recall correctly. I'm running this onopenjournals/joss-reviews#3888